Skip to content

Commit c558f95

Browse files
committed
Remove trailing white spaces
1 parent a066bf7 commit c558f95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pytest/test_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def model_archiver_command_builder(
169169
cmd += " --archive-format {0}".foramt(archive_format)
170170

171171
cmd += " --export-path {0}".format(MODEL_STORE)
172-
172+
173173
# Convert the list into a string to represent the complete command
174174
cmd = " ".join(cmd_parts)
175175

0 commit comments

Comments
 (0)