Skip to content

Commit

Permalink
Used Black for reformatting code style
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstolker committed Oct 3, 2021
1 parent 0eeba69 commit 1f14feb
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 194 deletions.
12 changes: 6 additions & 6 deletions diskmap/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from diskmap.diskmap import DiskMap

__author__ = 'Tomas Stolker'
__license__ = 'MIT'
__version__ = '0.1.2'
__maintainer__ = 'Tomas Stolker'
__email__ = '[email protected]'
__status__ = 'Development'
__author__ = "Tomas Stolker"
__license__ = "MIT"
__version__ = "0.1.2"
__maintainer__ = "Tomas Stolker"
__email__ = "[email protected]"
__status__ = "Development"
Loading

0 comments on commit 1f14feb

Please sign in to comment.