Skip to content

Commit e2bd4e5

Browse files
committed
black reformatting (EDMMMX-11741)
1 parent 204fd85 commit e2bd4e5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/sasctl/pzmm/write_score_code.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -562,12 +562,12 @@ def _viya35_model_load(
562562
f'{model_id}/{model_file_name}")))'
563563
)
564564
else:
565-
if pickle_type.lower() == 'pickle':
565+
if pickle_type.lower() == "pickle":
566566
self.score_code += (
567-
f'model_path = Path("/models/resources/viya/{model_id}'
568-
f'")\nwith open(model_path / "{model_file_name}", '
569-
f"\"rb\") as pickle_model:\n{'':4}model = pd.read_pickle"
570-
"(pickle_model)\n\n"
567+
f'model_path = Path("/models/resources/viya/{model_id}'
568+
f'")\nwith open(model_path / "{model_file_name}", '
569+
f"\"rb\") as pickle_model:\n{'':4}model = pd.read_pickle"
570+
"(pickle_model)\n\n"
571571
)
572572
"""
573573
model_path = Path("/models/resources/viya/<UUID>")

0 commit comments

Comments
 (0)