mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-07-07 04:00:05 +00:00
Locally lint
This commit is contained in:
parent
e0b6f09fda
commit
bf2e57d9e2
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user