Skip to content

Commit f9198e1

Browse files
committed
black reformatting
1 parent a194b7b commit f9198e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sasctl/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ def upload_local_model(
10591059
"name": model_name,
10601060
"projectId": p.id,
10611061
"type": "ASTORE",
1062-
"versionOption": version
1062+
"versionOption": version,
10631063
}
10641064
files = {"files": (sasast_file.name, sasast_model)}
10651065
model = mr.post("/models", files=files, data=data)

0 commit comments

Comments
 (0)