Skip to content

Commit

Permalink
Update python/cudf/cudf/utils/_numba.py
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
brandon-b-miller and bdice authored Nov 17, 2023
1 parent ffe1516 commit fb20a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/utils/_numba.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from pynvjitlink.patch import (
patch_numba_linker as patch_numba_linker_cuda_12,
)
except ModuleNotFoundError:
except ImportError:

def patch_numba_linker_cuda_12():
warnings.warn(
Expand Down

0 comments on commit fb20a68

Please sign in to comment.