Skip to content

Commit 3d9849a

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

File tree

16 files changed

+1
-2892
lines changed

16 files changed

+1
-2892
lines changed

src/frequenz/sdk/microgrid/__init__.py

Lines changed: 1 addition & 4 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, connection_manager
126126
from ._data_pipeline import (
127127
battery_pool,
128128
consumer,
@@ -149,15 +149,12 @@ async def initialize(host: str, port: int, resampler_config: ResamplerConfig) ->
149149

150150
__all__ = [
151151
"initialize",
152-
"client",
153-
"component",
154152
"consumer",
155153
"battery_pool",
156154
"ev_charger_pool",
157155
"grid",
158156
"frequency",
159157
"logical_meter",
160-
"metadata",
161158
"producer",
162159
"voltage",
163160
]

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

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

0 commit comments

Comments
 (0)