mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-19 22:38:16 +00:00
Update isort configuration and sorts imports in codebase (#1739)
* Add known first party to isort configuration * Run isort on supervisor and tests folder
This commit is contained in:
@@ -7,8 +7,6 @@ from aiohttp import web
|
||||
import voluptuous as vol
|
||||
|
||||
from ..const import (
|
||||
ATTR_VERSION,
|
||||
ATTR_VERSION_LATEST,
|
||||
ATTR_BLK_READ,
|
||||
ATTR_BLK_WRITE,
|
||||
ATTR_CPU_PERCENT,
|
||||
@@ -17,6 +15,8 @@ from ..const import (
|
||||
ATTR_MEMORY_USAGE,
|
||||
ATTR_NETWORK_RX,
|
||||
ATTR_NETWORK_TX,
|
||||
ATTR_VERSION,
|
||||
ATTR_VERSION_LATEST,
|
||||
)
|
||||
from ..coresys import CoreSysAttributes
|
||||
from .utils import api_process, api_validate
|
||||
|
||||
Reference in New Issue
Block a user