Skip to content

Commit 991ae71

Browse files
committed
Import from the leaf module
To avoid circular dependencies, it is always better to import symbols from the leaf module internally. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 88d47d5 commit 991ae71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/sdk/timeseries/grid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from frequenz.client.microgrid._component import ComponentCategory
1818

1919
from ..microgrid import connection_manager
20-
from . import Fuse
20+
from ._fuse import Fuse
2121
from ._quantities import Current, Power
2222
from .formula_engine import FormulaEngine, FormulaEngine3Phase
2323
from .formula_engine._formula_engine_pool import FormulaEnginePool

0 commit comments

Comments
 (0)