Skip to content

Commit 8aa1db5

Browse files
committed
Remove internal microgrid API client
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent a8d8d93 commit 8aa1db5

File tree

16 files changed

+1
-2890
lines changed

16 files changed

+1
-2890
lines changed

src/frequenz/sdk/microgrid/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
""" # noqa: D205, D400
123123

124124
from ..actor import ResamplerConfig
125-
from . import _data_pipeline, client, component, connection_manager, metadata
125+
from . import _data_pipeline, client, component, connection_manager
126126
from ._data_pipeline import (
127127
battery_pool,
128128
consumer,
@@ -157,7 +157,6 @@ async def initialize(host: str, port: int, resampler_config: ResamplerConfig) ->
157157
"grid",
158158
"frequency",
159159
"logical_meter",
160-
"metadata",
161160
"producer",
162161
"voltage",
163162
]

src/frequenz/sdk/microgrid/client/__init__.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)