-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5128 from DataBiosphere/py39-upgrade
Py39 upgrade + reformatting
- Loading branch information
Showing
195 changed files
with
38,563 additions
and
12,998 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# make format with black 24.10.0 on 2024-10-19 | ||
49d99f17799aa4a4235126bbdfb45f85e6499b27 | ||
# make sort_imports | ||
a307a57651296e576d55f9159869dc9130da2b7c | ||
# make remove_unused_import | ||
1c6217e11a2815476ede1cc3ee584d5da3d5242a | ||
# make pyupgrade (3.9+) | ||
00f54f8417b3a0bc5d1ea46650aa2e6ce4792159 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
from .configargparse import SUPPRESS as SUPPRESS | ||
from .configargparse import ArgParser as ArgParser | ||
from .configargparse import ArgumentParser as ArgumentParser | ||
from .configargparse import Namespace as Namespace | ||
from .configargparse import SUPPRESS as SUPPRESS | ||
from .configargparse import YAMLConfigFileParser as YAMLConfigFileParser |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.