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