Skip to content

Commit d681d54

Browse files
committed
cmd-import: fix under-indentation
My Python LSP is complaining about this.
1 parent b8ecc54 commit d681d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd-import

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def generate_oci_archive(args, tmpd):
7979
shutil.copy(args.srcimg.partition(':')[2], tmpf)
8080
else:
8181
subprocess.check_call(['skopeo', 'copy', '--preserve-digests', args.srcimg,
82-
f"oci-archive:{tmpf}"])
82+
f"oci-archive:{tmpf}"])
8383
return tmpf
8484

8585

0 commit comments

Comments
 (0)