Skip to content

Commit

Permalink
[Dependency] Fix the lazy import failure for OCI (#3463)
Browse files Browse the repository at this point in the history
fix oci
  • Loading branch information
Michaelvll authored Apr 23, 2024
1 parent 19df9d3 commit c42c7ef
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 c42c7ef

Please sign in to comment.