Skip to content

Commit 75f03ae

Browse files
committed
Fix linter
1 parent 2e6402c commit 75f03ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numpy_financial/_financial.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
from decimal import Decimal
1515

1616
import numpy as np
17+
1718
from . import _cfinancial
1819

1920
__all__ = ['fv', 'pmt', 'nper', 'ipmt', 'ppmt', 'pv', 'rate',

0 commit comments

Comments
 (0)