Skip to content

Commit 7b36dfd

Browse files
committed
Updated pr.
1 parent e5f6e99 commit 7b36dfd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ads/jobs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@
4848
"DataFlowRun",
4949
"DataFlowRuntime",
5050
"DataFlowNotebookRuntime",
51-
]
51+
]

ads/jobs/builders/infrastructure/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
# Copyright (c) 2021, 2022 Oracle and/or its affiliates.
55
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
6-
from .dsc_job import DataScienceJob
6+
from .dsc_job import DataScienceJob

ads/jobs/builders/infrastructure/dsc_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1569,4 +1569,4 @@ def fast_launch_shapes(cls, compartment_id: str = None, **kwargs) -> list:
15691569
DSCJob.check_compartment_id(compartment_id),
15701570
**kwargs,
15711571
).data
1572-
return shapes
1572+
return shapes

0 commit comments

Comments
 (0)