Skip to content

Commit

Permalink
Lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
mkmer committed Nov 7, 2023
1 parent 2b07d62 commit 5359efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blinkpy/sync_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async def async_arm(self, value):
result = await api.request_system_disarm(self.blink, self.network_id)
await self.get_network_info()
return result

async def start(self):
"""Initialize the system."""
_LOGGER.debug("Initializing the sync module")
Expand Down

0 comments on commit 5359efb

Please sign in to comment.