Skip to content

Commit 85bbd20

Browse files
Updating dict update func
1 parent a730211 commit 85bbd20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ads/aqua/modeldeployment/deployment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def create(
222222
Tags.TASK, ModelTask.TIME_SERIES_FORECASTING
223223
):
224224
create_deployment_details.env_var.update(
225-
{Tags.TASK.upper(), ModelTask.TIME_SERIES_FORECASTING}
225+
{Tags.TASK.upper(): ModelTask.TIME_SERIES_FORECASTING}
226226
)
227227
return self._create(
228228
aqua_model=aqua_model,

0 commit comments

Comments
 (0)