Skip to content

Commit 30b8bcf

Browse files
committed
Fixed unit tests.
1 parent 47c1084 commit 30b8bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ads/aqua/modeldeployment/entities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
44

55
from dataclasses import dataclass, field
6-
from typing import Union
6+
from typing import Union, Optional
77

88
from oci.data_science.models import (
99
ModelDeployment,

0 commit comments

Comments
 (0)