Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 5, 2024
1 parent 7459a76 commit 2c41f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/libcuspatial/libcuspatial/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def load_library():
import libcudf
libcudf.load_library()
except ModuleNotFoundError:
# 'libcuspatial' has a runtime dependency on 'libcudf'. However,
# 'libcuspatial' has a runtime dependency on 'libcudf'. However,
# that dependency might be satisfied by the 'libcudf' conda package
# (which does not have any Python modules), instead of the
# 'libcudf' wheel.
Expand Down

0 comments on commit 2c41f1b

Please sign in to comment.