Skip to content

Commit 8cdc5ae

Browse files
fixed ruff failure in test_cudla_bindings.py
1 parent a124181 commit 8cdc5ae

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cuda_bindings/tests/cudla/test_cudla_bindings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,5 +229,3 @@ class TestApiSurface:
229229
)
230230
def test_function_exists(self, func_name):
231231
assert callable(getattr(cudla, func_name))
232-
233-

0 commit comments

Comments
 (0)