mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-16 13:46:31 +00:00
Fix-python7 compatibility (#573)
This commit is contained in:
parent
5fbff75da8
commit
e7e0b9adda
@ -247,7 +247,7 @@ class DBusSignalWrapper:
|
||||
self._proc.send_signal(SIGINT)
|
||||
await self._proc.communicate()
|
||||
|
||||
async def __aiter__(self):
|
||||
def __aiter__(self):
|
||||
"""Start Iteratation."""
|
||||
return self
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user