Skip to content

Commit

Permalink
Update src/frequenz/client/common/microgrid/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Leandro Lucarella <[email protected]>
Signed-off-by: flora-hofmann-frequenz <[email protected]>
  • Loading branch information
flora-hofmann-frequenz and llucax authored Feb 21, 2024
1 parent bd68404 commit b342242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frequenz/client/common/microgrid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from __future__ import annotations # required for constructor type hinting

from dataclasses import dataclass
from typing import List, Self
from typing import Self

# pylint: disable=import-error, no-name-in-module
from frequenz.api.common.v1.microgrid.microgrid_pb2 import (
Expand Down

0 comments on commit b342242

Please sign in to comment.