There was an error while loading. Please reload this page.
1 parent c02177e commit b744051Copy full SHA for b744051
1 file changed
examples/load_shedding.py
@@ -22,7 +22,7 @@
22
from frequenz.sdk.timeseries import Sample
23
24
# Mock configuration
25
-CONF_STATE = {}
+CONF_STATE: dict[str, float] = {}
26
27
28
def mock_set_consumer(name: str, power: float) -> None:
0 commit comments