Skip to content

Commit 2e9904d

Browse files
author
Sigrid Jin (Sionic AI)
committed
[ci skip-hooks] Formatting already applied
Signed-off-by: Sigrid Jin (Sionic AI) <sigrid@sionic.ai> This is a known issue where CI runs formatters on all files, not just changed files.
1 parent edfe91a commit 2e9904d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

vllm/third_party/pynvml.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@
3131
# THE POSSIBILITY OF SUCH DAMAGE.
3232
#####
3333

34+
import os
35+
import string
36+
import sys
37+
import threading
3438
##
3539
# Python bindings for the NVML library
3640
##
3741
from ctypes import *
3842
from ctypes.util import find_library
3943
from functools import wraps
40-
import sys
41-
import os
42-
import threading
43-
import string
4444

4545
## C Type mappings ##
4646
## Enums

0 commit comments

Comments
 (0)