sort imports according to PEP8 for axis (#29621)

This commit is contained in:
Bas Nijholt 2019-12-08 15:44:04 +01:00 committed by Franck Nijhof
parent c4794572d4
commit b0d0060643
7 changed files with 10 additions and 15 deletions

View file

@ -1,8 +1,8 @@
"""Axis network device abstraction."""
import asyncio
import async_timeout
import async_timeout
import axis
from axis.streammanager import SIGNAL_PLAYING
@ -21,7 +21,6 @@ from homeassistant.helpers.device_registry import CONNECTION_NETWORK_MAC
from homeassistant.helpers.dispatcher import async_dispatcher_send
from .const import CONF_CAMERA, CONF_EVENTS, CONF_MODEL, DOMAIN, LOGGER
from .errors import AuthenticationRequired, CannotConnect