Skip to content

Commit ec592c7

Browse files
author
Malte Münch
committed
Black formatting
Signed-off-by: Malte Münch <[email protected]>
1 parent 05ac404 commit ec592c7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/python_gardenlinux_lib/features/parse_features.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ def get_gardenlinux_commit(gardenlinux_root: str, limit: Optional[int] = None) -
4343
if commit_str.count("\n") > 1:
4444
raise ValueError(f"{commit_str} contains multiple lines")
4545

46-
47-
4846
if limit:
4947
if limit >= len(commit_str):
5048
return commit_str

src/python_gardenlinux_lib/oras/registry.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,9 @@ def push_image_manifest(
603603
logger.debug("---------")
604604
logger.debug(f"Currentl total size: {total_size}")
605605
logger.debug(f"File Size of {file_path}: {os.path.get_size()}")
606-
logger.debug(f"File get modification time of {file_path}: {os.path.getmtime()}")
606+
logger.debug(
607+
f"File get modification time of {file_path}: {os.path.getmtime()}"
608+
)
607609
logger.debug(f"File get creation time of {file_path}: {os.path.getctime()}")
608610
logger.debug("---------")
609611
response = self.upload_blob(file_path, self.container, layer)

0 commit comments

Comments
 (0)