Skip to content

Commit 6244889

Browse files
committed
Format code
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent b726730 commit 6244889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/container_inspector/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def _container_inspector(image_path, extract_to=None, csv=False, _layer_path_seg
106106
from io import StringIO
107107
output = StringIO()
108108
flat = list(image.flatten_images_data(
109-
images=images,
109+
images=images,
110110
layer_path_segments=_layer_path_segments
111111
))
112112
if not flat:

0 commit comments

Comments
 (0)