Skip to content

Commit

Permalink
tell flake8 not to complain
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLangerman committed Aug 1, 2020
1 parent 7bc47ae commit 4bcaa90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xirr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
finally:
del get_distribution, DistributionNotFound

from .math import *
from .math import * # noqa F401

0 comments on commit 4bcaa90

Please sign in to comment.