Skip to content

Commit 2e6402c

Browse files
committed
Import _cfinancial from local package
1 parent a34611a commit 2e6402c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy_financial/_financial.py

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

1616
import numpy as np
17-
import _cfinancial
17+
from . import _cfinancial
1818

1919
__all__ = ['fv', 'pmt', 'nper', 'ipmt', 'ppmt', 'pv', 'rate',
2020
'irr', 'npv', 'mirr',

0 commit comments

Comments
 (0)