Skip to content

Commit 7d5926a

Browse files
committed
fix oci
1 parent 1bdcd01 commit 7d5926a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sky/clouds/service_catalog/oci_catalog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def _get_df() -> 'pd.DataFrame':
4040

4141
df = common.read_catalog('oci/vms.csv')
4242
try:
43-
oci_adaptor.oci
43+
oci_adaptor.oci.load_module()
4444
except ImportError:
4545
_df = df
4646
return _df

0 commit comments

Comments
 (0)