Skip to content

Commit

Permalink
Fix #457 restore black=~24.2 (#458)
Browse files Browse the repository at this point in the history
* Fix #457 restore black=~24.2

* fmt

---------

Co-authored-by: rorour <[email protected]>
  • Loading branch information
robnagler and rorour authored Mar 19, 2024
1 parent ae58285 commit b3bc4c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pykern/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
:copyright: Copyright (c) 2018 RadiaSoft LLC. All Rights Reserved.
:license: http://www.apache.org/licenses/LICENSE-2.0.html
"""

import importlib.metadata

try:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
]
dependencies = [
"argh>=0.26",
"black~=22.12",
"black~=24.2",
"future>=0.14",
"github3.py>=1.1",
"importlib-metadata>=0.12",
Expand Down

0 comments on commit b3bc4c7

Please sign in to comment.