Skip to content

Commit

Permalink
Import _cfinancial from local package
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Apr 1, 2024
1 parent a34611a commit 2e6402c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy_financial/_financial.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from decimal import Decimal

import numpy as np
import _cfinancial
from . import _cfinancial

__all__ = ['fv', 'pmt', 'nper', 'ipmt', 'ppmt', 'pv', 'rate',
'irr', 'npv', 'mirr',
Expand Down

0 comments on commit 2e6402c

Please sign in to comment.