Fix isort problem in homeassistant/requirements.py (#33828)
This commit is contained in:
parent
d03248962d
commit
588409c784
1 changed files with 1 additions and 5 deletions
|
@ -7,11 +7,7 @@ from typing import Any, Dict, Iterable, List, Optional, Set, Union, cast
|
|||
|
||||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.exceptions import HomeAssistantError
|
||||
from homeassistant.loader import (
|
||||
Integration,
|
||||
IntegrationNotFound,
|
||||
async_get_integration,
|
||||
)
|
||||
from homeassistant.loader import Integration, IntegrationNotFound, async_get_integration
|
||||
import homeassistant.util.package as pkg_util
|
||||
|
||||
DATA_PIP_LOCK = "pip_lock"
|
||||
|
|
Loading…
Add table
Reference in a new issue