mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 09:36:31 +00:00
fix lint
This commit is contained in:
parent
d4f486864f
commit
06fadbd70f
@ -4,11 +4,11 @@ from contextlib import suppress
|
||||
import logging
|
||||
from pathlib import Path
|
||||
import shutil
|
||||
from typing import Awaitable, List, Optional
|
||||
from typing import Awaitable, Optional
|
||||
|
||||
import jinja2
|
||||
|
||||
from .const import ATTR_VERSION, FILE_HASSIO_AUDIO, STATE_STARTED
|
||||
from .const import ATTR_VERSION, FILE_HASSIO_AUDIO
|
||||
from .coresys import CoreSys, CoreSysAttributes
|
||||
from .docker.audio import DockerAudio
|
||||
from .docker.stats import DockerStats
|
||||
|
Loading…
x
Reference in New Issue
Block a user