Skip to content

Commit

Permalink
Disable style check
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeeren committed Oct 31, 2016
1 parent a9ad598 commit a3444da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aacgmv2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def set_coeff_path():

# NOTE: it is important that we import _aacgmv2 AFTER setting the
# environment variables above, otherwise it doesn't seem to inherit them
from aacgmv2 import _aacgmv2
from aacgmv2 import _aacgmv2 # noqa: E402

from aacgmv2.wrapper import convert, convert_mlt, subsol

Expand Down

0 comments on commit a3444da

Please sign in to comment.