We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bdcd01 commit 7d5926aCopy full SHA for 7d5926a
sky/clouds/service_catalog/oci_catalog.py
@@ -40,7 +40,7 @@ def _get_df() -> 'pd.DataFrame':
40
41
df = common.read_catalog('oci/vms.csv')
42
try:
43
- oci_adaptor.oci
+ oci_adaptor.oci.load_module()
44
except ImportError:
45
_df = df
46
return _df
0 commit comments