diff --git a/fava_investor/common/libinvestor.py b/fava_investor/common/libinvestor.py index 326b499..a96e521 100644 --- a/fava_investor/common/libinvestor.py +++ b/fava_investor/common/libinvestor.py @@ -4,7 +4,7 @@ import decimal from beancount.core.inventory import Inventory from beancount.core import convert # noqa: F401 -from fava.core.conversion import convert_position +from beancount.core.convert import convert_position class Node(object):