Fix upc lint error (#5554)
parent
42d33ae26d
commit
c3a55e7d82
|
@ -77,7 +77,7 @@ class UPCDeviceScanner(DeviceScanner):
|
|||
finally:
|
||||
self.websession.detach()
|
||||
|
||||
hass.buss.async_listen_once(
|
||||
hass.bus.async_listen_once(
|
||||
EVENT_HOMEASSISTANT_STOP, async_logout)
|
||||
|
||||
@asyncio.coroutine
|
||||
|
|
|
@ -17,8 +17,6 @@ class AiohttpClientMocker:
|
|||
self._cookies = {}
|
||||
self.mock_calls = []
|
||||
|
||||
self.cookie_jar = mock.MagicMock()
|
||||
|
||||
def request(self, method, url, *,
|
||||
auth=None,
|
||||
status=200,
|
||||
|
|
Loading…
Reference in New Issue