Skip to content

Commit cc3abb3

Browse files
authored
fix typo
1 parent d5f33ad commit cc3abb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python_frank_energie/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ class Me:
840840
# @staticmethod
841841
# def from_dict(data: dict[str, str]) -> 'Me':
842842
@classmethod
843-
def from_dict(cls, data: Mapping[str, object]) -> Me:
843+
def from_dict(cls, data: Mapping[str, object]) -> 'Me':
844844
"""Parse the response from the me query."""
845845
_LOGGER.debug("User %s", data)
846846

0 commit comments

Comments
 (0)