From c162a13d0a6438fdc50a1af6b7c70c852d2cefed Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Mon, 9 Dec 2024 19:22:55 +0000 Subject: [PATCH] Style --- site-packages/_numba_cuda_redirector.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: