8000 fixed the lint error - Local variable module is assigned to but neve… · pytorch/pytorch@37a6c6b · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit 37a6c6b

Browse files
committed
fixed the lint error - Local variable module is assigned to but never used.
1 parent 31973a5 commit 37a6c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_cpp_extensions_jit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1222,7 +1222,7 @@ def test_cuda_pluggable_allocator_include(self):
12221222
success = False
12231223
try:
12241224
# try to build the module
1225-
module = torch.utils.cpp_extension.load(
1225+
torch.utils.cpp_extension.load(
12261226
name="nccl_allocator",
12271227
sources=src_path,
12281228
verbose=True,

0 commit comments

Comments
 (0)
0