mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-12-04 07:08:21 +00:00
Locally lint
This commit is contained in:
@@ -63,7 +63,7 @@ class Emeter(Usage):
|
|||||||
self,
|
self,
|
||||||
data: List[Dict[str, Union[int, float]]],
|
data: List[Dict[str, Union[int, float]]],
|
||||||
entry_key: str,
|
entry_key: str,
|
||||||
kwh: bool=True,
|
kwh: bool = True,
|
||||||
key: Optional[int] = None,
|
key: Optional[int] = None,
|
||||||
) -> Dict[Union[int, float], Union[int, float]]:
|
) -> Dict[Union[int, float], Union[int, float]]:
|
||||||
"""Return emeter information keyed with the day/month.
|
"""Return emeter information keyed with the day/month.
|
||||||
|
|||||||
Reference in New Issue
Block a user