mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Fix upc lint error (#5554)
This commit is contained in:
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…
x
Reference in New Issue
Block a user