Add black support (#1101)

This commit is contained in:
Pascal Vizeli
2019-05-27 12:35:06 +02:00
committed by GitHub
parent 496cee1ec4
commit b4665f3907
46 changed files with 964 additions and 791 deletions

View File

@@ -78,7 +78,7 @@ class DockerInterface(CoreSysAttributes):
Need run inside executor.
"""
image = image or self.image
image = image.partition(':')[0] # remove potential tag
image = image.partition(":")[0] # remove potential tag
try:
_LOGGER.info("Pull image %s tag %s.", image, tag)