We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f33ad commit cc3abb3Copy full SHA for cc3abb3
1 file changed
python_frank_energie/models.py
@@ -840,7 +840,7 @@ class Me:
840
# @staticmethod
841
# def from_dict(data: dict[str, str]) -> 'Me':
842
@classmethod
843
- def from_dict(cls, data: Mapping[str, object]) -> Me:
+ def from_dict(cls, data: Mapping[str, object]) -> 'Me':
844
"""Parse the response from the me query."""
845
_LOGGER.debug("User %s", data)
846
0 commit comments