diff --git a/site-packages/_numba_cuda_redirector.py b/site-packages/_numba_cuda_redirector.py index 60ffa04..ae90433 100644 --- a/site-packages/_numba_cuda_redirector.py +++ b/site-packages/_numba_cuda_redirector.py @@ -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: