Skip to content

Commit 3c5d403

Browse files
committed
fix lint
1 parent 772709d commit 3c5d403

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

hassio/api/addons.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
ATTR_VERSION, ATTR_LAST_VERSION, ATTR_STATE, ATTR_BOOT, ATTR_OPTIONS,
1111
ATTR_URL, ATTR_DESCRIPTON, ATTR_DETACHED, ATTR_NAME, ATTR_REPOSITORY,
1212
ATTR_BUILD, ATTR_AUTO_UPDATE, ATTR_NETWORK, ATTR_HOST_NETWORK, ATTR_SLUG,
13-
ATTR_SOURCE, ATTR_REPOSITORY, ATTR_REPOSITORIES, ATTR_ADDONS,
14-
BOOT_AUTO, BOOT_MANUAL)
13+
ATTR_SOURCE, ATTR_REPOSITORIES, ATTR_ADDONS, ATTR_ARCH, ATTR_MAINTAINER,
14+
ATTR_INSTALLED, BOOT_AUTO, BOOT_MANUAL)
1515
from ..validate import DOCKER_PORTS
1616

1717
_LOGGER = logging.getLogger(__name__)

hassio/api/supervisor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ async def info(self, request):
9393
ATTR_TIMEZONE: self.config.timezone,
9494
ATTR_ADDONS: self._addons_list(only_installed=True),
9595
ATTR_ADDONS_REPOSITORIES: self.config.addons_repositories,
96-
ATTR_SNAPSHOTS: self._snapshots_list(),
9796
}
9897

9998
@api_process

0 commit comments

Comments
 (0)