mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-06-24 10:56:30 +00:00
fix lint
This commit is contained in:
parent
b5ec1e0cfd
commit
c76e851029
@ -199,7 +199,7 @@ class AddonsData(Config):
|
||||
|
||||
def get_image(self, addon):
|
||||
"""Return image name of addon."""
|
||||
if ATTR_IMAGE is not in self._addons_data[addon]:
|
||||
if ATTR_IMAGE not in self._addons_data[addon]:
|
||||
return "{}/addon_{}".format(
|
||||
DOCKER_REPO, self.addons_data.get_slug(self.addon))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user