mirror of
https://github.com/NVIDIA/nvbench.git
synced 2026-05-13 17:55:39 +00:00
Resolve ruff PLE0604
This commit is contained in:
@@ -44,9 +44,7 @@ _NVBENCH_TEST_EXPORTS = (
|
||||
"_test_py_exception",
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
*_NVBENCH_EXPORTS,
|
||||
]
|
||||
__all__ = list(_NVBENCH_EXPORTS)
|
||||
|
||||
_nvbench_module = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user