File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121 Component ,
2222 ComponentCategory ,
2323 ComponentData ,
24+ Connection ,
2425 EVChargerData ,
2526 Fuse ,
2627 GridMetadata ,
2930 MeterData ,
3031 MicrogridApiClient ,
3132)
32- from frequenz .client .microgrid ._connection import Connection
3333
3434
3535class _TestClient (MicrogridApiClient ):
Original file line number Diff line number Diff line change 66import pytest
77from frequenz .api .common import components_pb2
88
9- from frequenz .client .microgrid . _component import (
9+ from frequenz .client .microgrid import (
1010 Component ,
1111 ComponentCategory ,
12- component_category_from_protobuf ,
1312)
13+ from frequenz .client .microgrid ._component import component_category_from_protobuf
1414
1515
1616def test_component_category_from_protobuf () -> None :
You can’t perform that action at this time.
0 commit comments