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
86a7f11f64
commit
14ee26ea29
@ -39,7 +39,7 @@ class DockerSupervisor(DockerBase):
|
||||
_LOGGER.info("Update supervisor docker to %s:%s", self.image, tag)
|
||||
|
||||
# update docker image
|
||||
return self._install(tag):
|
||||
return self._install(tag)
|
||||
|
||||
async def run(self):
|
||||
"""Run docker image."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user