Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
nlz242 committed Nov 13, 2023
1 parent f398c6f commit d370a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhilo/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ async def update(self) -> None:
# self.devices.remove(device)

async def update_devicelist_from_signalr(
self, values: list[dict[str, Any]]
self, values: list[dict[str, Any]]
) -> list[HiloDevice]:
new_devices = []
for raw_device in values:
Expand Down

0 comments on commit d370a6f

Please sign in to comment.