We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2aeed25 commit c380c20Copy full SHA for c380c20
tests/unitary/with_extras/aqua/test_deployment_handler.py
@@ -4,6 +4,9 @@
4
# Copyright (c) 2024, 2026 Oracle and/or its affiliates.
5
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
6
7
+import os
8
+import unittest
9
+
10
try:
11
from oci.data_science.models import (
12
ManagedComputeClusterModelDeploymentResourceConfiguration
@@ -13,8 +16,6 @@
13
16
"Support for Managed Compute Cluster is not available. Skipping the ModelDeployment tests."
14
17
)
15
18
-import os
-import unittest
19
from importlib import reload
20
from unittest.mock import MagicMock, patch
21
from urllib.error import HTTPError
0 commit comments