Skip to content

Commit e982657

Browse files
committed
address some review comments
1 parent c467550 commit e982657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_core/cuda/core/experimental/_linker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def __post_init__(self):
8484

8585
class Linker:
8686

87-
__slots__ = ("_handle")
87+
__slots__ = "_handle"
8888

8989
def __init__(self, *object_codes : ObjectCode, options: LinkerOptions = None):
9090
self._handle = None

0 commit comments

Comments
 (0)