Skip to content

Commit 459cbdb

Browse files
lint the merge
1 parent 1687e0e commit 459cbdb

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

cuda_core/cuda/core/experimental/_linker.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from dataclasses import dataclass
1010
from typing import List, Optional
1111

12-
1312
from cuda.core.experimental._device import Device
1413
from cuda.core.experimental._module import ObjectCode
1514
from cuda.core.experimental._utils import check_or_create_options, driver, handle_return

cuda_core/cuda/core/experimental/_program.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from dataclasses import dataclass
77
from typing import List, Optional, Tuple, Union
88

9-
109
from cuda.core.experimental._device import Device
1110
from cuda.core.experimental._module import ObjectCode
1211
from cuda.core.experimental._utils import (
@@ -15,7 +14,7 @@
1514
handle_return,
1615
is_nested_sequence,
1716
is_sequence,
18-
nvrtc
17+
nvrtc,
1918
)
2019

2120

0 commit comments

Comments
 (0)