Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 17, 2024
1 parent 6d38c19 commit 717df6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/libraft/libraft/load.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ def load_library():
libraft_lib = _load_wheel_installation(soname)
else:
# Prefer the libraries bundled in this package. If they aren't found
# (which might be the case in builds where the library was prebuilt before
# packaging the wheel), look for a system installation.
# (which might be the case in builds where the library was prebuilt
# before packaging the wheel), look for a system installation.
try:
libraft_lib = _load_wheel_installation(soname)
if libraft_lib is None:
Expand Down

0 comments on commit 717df6f

Please sign in to comment.