We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41002f0 commit 34b3f9cCopy full SHA for 34b3f9c
pytests/test_common.py
@@ -184,7 +184,9 @@ def test_module_import_microgrid_components() -> None:
184
def test_module_import_microgrid_communication_components() -> None:
185
"""Test that the modules can be imported."""
186
# pylint: disable=import-outside-toplevel
187
- from frequenz.api.common.v1.microgrid import communication_components
+ from frequenz.api.common.v1.microgrid.communication_components import (
188
+ communication_components,
189
+ )
190
191
assert communication_components is not None
192
0 commit comments