Skip to content

Commit

Permalink
Fixed unit tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
lu-ohai committed Oct 24, 2024
1 parent 47c1084 commit 30b8bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ads/aqua/modeldeployment/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/

from dataclasses import dataclass, field
from typing import Union
from typing import Union, Optional

from oci.data_science.models import (
ModelDeployment,
Expand Down

0 comments on commit 30b8bcf

Please sign in to comment.