Sort imports according to PEP8 for vesync (#29684)
This commit is contained in:
parent
e4e4f78eb0
commit
b54c8641b4
5 changed files with 25 additions and 13 deletions
|
@ -1,8 +1,10 @@
|
|||
"""Test for vesync config flow."""
|
||||
from unittest.mock import patch
|
||||
|
||||
from homeassistant import data_entry_flow
|
||||
from homeassistant.components.vesync import config_flow, DOMAIN
|
||||
from homeassistant.const import CONF_USERNAME, CONF_PASSWORD
|
||||
from homeassistant.components.vesync import DOMAIN, config_flow
|
||||
from homeassistant.const import CONF_PASSWORD, CONF_USERNAME
|
||||
|
||||
from tests.common import MockConfigEntry
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue