Skip to content

Commit fe86a2a

Browse files
committed
Style
1 parent 134165c commit fe86a2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site-packages/_numba_cuda_redirector.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ def find_spec(self, name, path, target=None):
7070
try:
7171
spec = finder.find_spec(name, oot_path, target)
7272
except AttributeError:
73-
# Finders written to a pre-Python 3.4 spec for finders will not
74-
# implement find_spec. We can skip those altogether.
73+
# Finders written to a pre-Python 3.4 spec for finders will
74+
# not implement find_spec. We can skip those altogether.
7575
continue
7676
else:
7777
if spec is not None:

0 commit comments

Comments
 (0)