mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
sort imports according to PEP8 for axis (#29621)
This commit is contained in:
committed by
Franck Nijhof
parent
c4794572d4
commit
b0d0060643
@@ -3,11 +3,11 @@ from unittest.mock import Mock, patch
|
||||
|
||||
import pytest
|
||||
|
||||
from tests.common import mock_coro, MockConfigEntry
|
||||
|
||||
from homeassistant.components.axis import device, errors
|
||||
from homeassistant.components.axis.camera import AxisCamera
|
||||
|
||||
from tests.common import MockConfigEntry, mock_coro
|
||||
|
||||
DEVICE_DATA = {
|
||||
device.CONF_HOST: "1.2.3.4",
|
||||
device.CONF_USERNAME: "username",
|
||||
|
||||
Reference in New Issue
Block a user