Skip to content

Commit b6496b7

Browse files
markmcliuzijing2014
authored andcommitted
[third_party] Revert isort changed to copied file
This code is copied from nvidia-ml-py and as per vllm-project#12977 we will need to periodically sync the code to pick up bugfixes. Signed-off-by: Mark McLoughlin <[email protected]>
1 parent 518f05a commit b6496b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vllm/third_party/pynvml.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@
3030
# THE POSSIBILITY OF SUCH DAMAGE.
3131
#####
3232

33-
import os
34-
import string
35-
import sys
36-
import threading
3733
##
3834
# Python bindings for the NVML library
3935
##
4036
from ctypes import *
4137
from ctypes.util import find_library
4238
from functools import wraps
39+
import sys
40+
import os
41+
import threading
42+
import string
4343

4444
## C Type mappings ##
4545
## Enums

0 commit comments

Comments
 (0)