Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Feb 13, 2025
1 parent 340166c commit 8d15be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/cudf/cudf/pandas/module_accelerator.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ def getattr_real_or_wrapped(
# disabled when the child was launched. That is a fairly rare pattern though
# and we can document the limitations.
# The main thread is always started, so the ident is always an int
or loader._disable_count[threading.main_thread().ident] == 0 # type: ignore
or loader._disable_count[threading.main_thread().ident] == 0 # type: ignore
)
if not use_real:
# Only need to check the denylist if we're not turned off.
Expand Down

0 comments on commit 8d15be7

Please sign in to comment.