mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-25 18:16:32 +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)
|
_LOGGER.info("Update supervisor docker to %s:%s", self.image, tag)
|
||||||
|
|
||||||
# update docker image
|
# update docker image
|
||||||
return self._install(tag):
|
return self._install(tag)
|
||||||
|
|
||||||
async def run(self):
|
async def run(self):
|
||||||
"""Run docker image."""
|
"""Run docker image."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user