Skip to content

Commit 24f9617

Browse files
author
schmide
committed
circular imports: re-establish entity_def import through entity
1 parent 5c8d00f commit 24f9617

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

climada/entity/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@
2222
from .impact_funcs import *
2323
from .tag import *
2424
from .disc_rates import *
25-
from .measures import *
25+
from .measures import *
26+
from .entity_def import *

0 commit comments

Comments
 (0)