Skip to content

Commit b744051

Browse files
committed
Add missing type hint for global variable
Signed-off-by: Leandro Lucarella <luca-frequenz@llucax.com>
1 parent c02177e commit b744051

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/load_shedding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from frequenz.sdk.timeseries import Sample
2323

2424
# Mock configuration
25-
CONF_STATE = {}
25+
CONF_STATE: dict[str, float] = {}
2626

2727

2828
def mock_set_consumer(name: str, power: float) -> None:

0 commit comments

Comments
 (0)