mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-19 07:06:30 +00:00
fix lint
This commit is contained in:
parent
c76e851029
commit
8af1dfc882
@ -171,12 +171,6 @@ class AddonsData(Config):
|
||||
|
||||
return self._addons_data[addon][ATTR_BOOT]
|
||||
|
||||
def get_image(self, addon):
|
||||
"""Return name of addon docker image."""
|
||||
return "{}/{}-addon-{}".format(
|
||||
DOCKER_REPO, self.config.hassio_arch,
|
||||
self._addons_data[addon][ATTR_SLUG])
|
||||
|
||||
def get_name(self, addon):
|
||||
"""Return name of addon."""
|
||||
return self._addons_data[addon][ATTR_NAME]
|
||||
|
Loading…
x
Reference in New Issue
Block a user