Skip to content

Commit

Permalink
Flake-8-ify
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Dybbroe <Adam.Dybbroe@smhi.se>
  • Loading branch information
adybbroe committed Nov 26, 2018
1 parent 4b3c85d commit c0e7ad8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions trollsched/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
"""Package file.
"""

from .version import get_versions
__version__ = get_versions()['version']
del get_versions


# shortest allowed pass in minutes
MIN_PASS = 4

Expand Down Expand Up @@ -61,7 +66,3 @@
'Metop-B': 'avhrr',
'Metop-C': 'avhrr',
'FY-3D': 'avhrr'}

from .version import get_versions
__version__ = get_versions()['version']
del get_versions

0 comments on commit c0e7ad8

Please sign in to comment.