From 1eba884fb3973d50661f57fd23921aa4b42144af Mon Sep 17 00:00:00 2001 From: Oleksandr Pavlyk <21087696+oleksandr-pavlyk@users.noreply.github.com> Date: Tue, 12 May 2026 15:06:05 -0500 Subject: [PATCH] Resolve ruff PLE0604 --- python/cuda/bench/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python/cuda/bench/__init__.py b/python/cuda/bench/__init__.py index 8214f5b..3bb0284 100644 --- a/python/cuda/bench/__init__.py +++ b/python/cuda/bench/__init__.py @@ -44,9 +44,7 @@ _NVBENCH_TEST_EXPORTS = ( "_test_py_exception", ) -__all__ = [ - *_NVBENCH_EXPORTS, -] +__all__ = list(_NVBENCH_EXPORTS) _nvbench_module = None