Skip to content

Commit 34b3f9c

Browse files
Fix import tests
Signed-off-by: Tar Viturawong <[email protected]>
1 parent 41002f0 commit 34b3f9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pytests/test_common.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,9 @@ def test_module_import_microgrid_components() -> None:
184184
def test_module_import_microgrid_communication_components() -> None:
185185
"""Test that the modules can be imported."""
186186
# pylint: disable=import-outside-toplevel
187-
from frequenz.api.common.v1.microgrid import communication_components
187+
from frequenz.api.common.v1.microgrid.communication_components import (
188+
communication_components,
189+
)
188190

189191
assert communication_components is not None
190192

0 commit comments

Comments
 (0)