Skip to content

Commit 7770efa

Browse files
committed
Remove unneeded indentation.
1 parent f9d6a31 commit 7770efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sasctl/pzmm/write_score_code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ def _viya4_model_load(
530530
)
531531
return (
532532
f"{'':8}with open(Path(settings.pickle_path) / "
533-
f'"{model_file_name}", "rb") as pickle_model:\n '
533+
f'"{model_file_name}", "rb") as pickle_model:\n'
534534
f"{'':12}model = {pickle_type}.load(pickle_model)\n\n"
535535
)
536536

0 commit comments

Comments
 (0)