Fix minor PyCharm issues

This commit is contained in:
Ayaz Salikhov
2022-03-18 23:29:14 +02:00
parent aa14e4498c
commit bcf5118cb7
23 changed files with 56 additions and 54 deletions

View File

@@ -18,7 +18,7 @@ def quoted_output(container: Container, cmd: str) -> str:
class ManifestHeader:
"""ManifestHeader doesn't fall under common interface and we run it separately"""
"""ManifestHeader doesn't fall under common interface, and we run it separately"""
@staticmethod
def create_header(short_image_name: str, owner: str, build_timestamp: str) -> str: