Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Dec 9, 2024
1 parent b638584 commit c162a13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site-packages/_numba_cuda_redirector.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ def find_spec(self, name, path, target=None):
try:
spec = finder.find_spec(name, oot_path, target)
except AttributeError:
# Finders written to a pre-Python 3.4 spec for finders will not
# implement find_spec. We can skip those altogether.
# Finders written to a pre-Python 3.4 spec for finders will
# not implement find_spec. We can skip those altogether.
continue
else:
if spec is not None:
Expand Down

0 comments on commit c162a13

Please sign in to comment.