Skip to content

Commit c2ff8cc

Browse files
[pre-commit.ci] auto code formatting
1 parent 7e3c468 commit c2ff8cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cuda_core/tests/test_launcher.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
import pytest
1111
from conftest import skipif_need_cuda_headers
1212

13-
from cuda.bindings import driver
1413
from cuda.core.experimental import (
1514
Device,
1615
DeviceMemoryResource,
@@ -21,7 +20,6 @@
2120
launch,
2221
)
2322
from cuda.core.experimental._memory import _SynchronousMemoryResource
24-
from cuda.core.experimental._utils.cuda_utils import handle_return
2523

2624

2725
def test_launch_config_init(init_cuda):

0 commit comments

Comments
 (0)