Skip to content

Commit

Permalink
Another fix for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
GSzabados authored and iMicknl committed Dec 8, 2024
1 parent d87e3d2 commit b8bb383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/nest_protect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ async def _async_subscribe_for_data(
object_revision=bucket["object_revision"],
object_timestamp=bucket["object_timestamp"],
value=bucket["value"],
type=bucket["type"]
type=bucket["type"],
)
for bucket in objects
]
Expand Down

0 comments on commit b8bb383

Please sign in to comment.