From e1433b4a90db7310db4921b357e2629ee8829102 Mon Sep 17 00:00:00 2001
From: Alexandru Fikl <alexfikl@gmail.com>
Date: Sun, 26 Jan 2025 09:34:38 +0200
Subject: [PATCH] fix: remove useless else (RUF047)

---
 test/test_array.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/test/test_array.py b/test/test_array.py
index f9ec27a8..3dd68e32 100644
--- a/test/test_array.py
+++ b/test/test_array.py
@@ -243,8 +243,6 @@ def test_zeros_large_array(ctx_factory):
         # run a couple kernels to ensure no propagated runtime errors
         a_gpu[...] = 1.
         a_gpu = 2 * a_gpu - 3
-    else:
-        pass
 
 # }}}
 
-- 
GitLab