Skip to content

Commit

Permalink
Restyled by autopep8
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits authored and yunhanw-google committed Dec 2, 2021
1 parent f4013d1 commit 0233b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller/python/chip/clusters/Attribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ def handleEventData(self, header: EventHeader, path: EventPath, data: bytes):
self._handleEventData(header, path, data)
else:
self._event_loop.call_soon_threadsafe(
self._handleEventData, header,path, data)
self._handleEventData, header, path, data)

def _handleError(self, chipError: int):
self._future.set_exception(
Expand Down

0 comments on commit 0233b20

Please sign in to comment.