-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply black formatting on whole repository
- Loading branch information
Alan Höng
committed
Sep 11, 2020
1 parent
13fd0bd
commit e5531a2
Showing
23 changed files
with
356 additions
and
319 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 |
---|---|---|
|
@@ -2,13 +2,15 @@ | |
|
||
"""Top-level package for drfs.""" | ||
__author__ = """Data Revenue GmbH""" | ||
__email__ = '[email protected]' | ||
__email__ = "[email protected]" | ||
|
||
import confuse | ||
config = confuse.LazyConfig('drfs', __name__) | ||
|
||
config = confuse.LazyConfig("drfs", __name__) | ||
|
||
from ._version import get_versions | ||
__version__ = get_versions()['version'] | ||
|
||
__version__ = get_versions()["version"] | ||
del get_versions | ||
|
||
from .path import DRPath | ||
|
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.