Sort imports according to PEP8 for unifi (#29656)

This commit is contained in:
Bas Nijholt 2019-12-09 12:19:34 +01:00 committed by Franck Nijhof
parent 3b0f29fe95
commit 2da3848f89
11 changed files with 19 additions and 31 deletions

View file

@ -2,11 +2,9 @@
from unittest.mock import Mock, patch
from homeassistant.components import unifi
from homeassistant.setup import async_setup_component
from tests.common import mock_coro, MockConfigEntry
from tests.common import MockConfigEntry, mock_coro
async def test_setup_with_no_config(hass):