Skip to content

Commit

Permalink
fix oci
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Apr 23, 2024
1 parent 1bdcd01 commit 7d5926a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/clouds/service_catalog/oci_catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def _get_df() -> 'pd.DataFrame':

df = common.read_catalog('oci/vms.csv')
try:
oci_adaptor.oci
oci_adaptor.oci.load_module()
except ImportError:
_df = df
return _df
Expand Down

0 comments on commit 7d5926a

Please sign in to comment.