Skip to content

Commit

Permalink
BUG: flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoneback committed May 11, 2022
1 parent 659901b commit 0e1aa34
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pysatCDF/__init__.py
Expand Up @@ -7,12 +7,12 @@

import os

# Set version
# Import CDF interface.
from pysatCDF._cdf import CDF as CDF

# Set version.
here = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(here, 'version.txt')) as version_file:
__version__ = version_file.read().strip()

# Import CDF interface
from pysatCDF._cdf import CDF as CDF

del here

0 comments on commit 0e1aa34

Please sign in to comment.