Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Jan 17, 2024
1 parent c424796 commit 687225a
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 @@ -3,14 +3,14 @@
import glob
import os
import sys

from functools import lru_cache

from numba import config as numba_config
from pynvjitlink.patch import (
patch_numba_linker as patch_numba_linker_pynvjitlink,
)


# Use an lru_cache with a single value to allow a delayed import of
# strings_udf. This is the easiest way to break an otherwise circular import
# loop of _lib.*->cudautils->_numba->_lib.strings_udf
Expand Down

0 comments on commit 687225a

Please sign in to comment.