Skip to content

Commit c380c20

Browse files
authored
Update test_deployment_handler.py
1 parent 2aeed25 commit c380c20

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/unitary/with_extras/aqua/test_deployment_handler.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
# Copyright (c) 2024, 2026 Oracle and/or its affiliates.
55
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
66

7+
import os
8+
import unittest
9+
710
try:
811
from oci.data_science.models import (
912
ManagedComputeClusterModelDeploymentResourceConfiguration
@@ -13,8 +16,6 @@
1316
"Support for Managed Compute Cluster is not available. Skipping the ModelDeployment tests."
1417
)
1518

16-
import os
17-
import unittest
1819
from importlib import reload
1920
from unittest.mock import MagicMock, patch
2021
from urllib.error import HTTPError

0 commit comments

Comments
 (0)