Skip to content

Commit 9c069ee

Browse files
author
Natalia Gimelshein
committed
lint
1 parent a1a5104 commit 9c069ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch/cuda/memory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ def list_gpu_processes(device: Union[Device, int] = None) -> str:
483483
"""
484484

485485
try:
486-
import pynvml # type: ignore
486+
import pynvml # type: ignore
487487
except ModuleNotFoundError:
488488
return("pynvml module not found, please install pynvml")
489489
from pynvml import NVMLError_DriverNotLoaded

0 commit comments

Comments
 (0)