Skip to content

Commit 1249d0b

Browse files
committed
lint
1 parent 44be831 commit 1249d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ def make_image_extension():
366366
else:
367367
warnings.warn("Building torchvision without AVIF support")
368368

369-
if USE_NVJPEG and ( torch.cuda.is_available() or FORCE_CUDA ):
369+
if USE_NVJPEG and (torch.cuda.is_available() or FORCE_CUDA):
370370
nvjpeg_found = CUDA_HOME is not None and (Path(CUDA_HOME) / "include/nvjpeg.h").exists()
371371

372372
if nvjpeg_found:

0 commit comments

Comments
 (0)