Skip to content

Commit 17b7ad8

Browse files
committed
fix: Fix import
1 parent 642952b commit 17b7ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

policyengine/outputs/macro/comparison/calculate_economy_comparison.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from policyengine.outputs.macro.single.calculate_single_economy import (
1111
SingleEconomy,
1212
)
13-
from policyengine.utils.versioning import get_country_package_version
13+
from policyengine.utils.packages import get_country_package_version
1414
from typing import List, Dict
1515

1616

0 commit comments

Comments
 (0)