Skip to content

Commit e80ef53

Browse files
authored
Small windows-related cleanup for third_party/nvidia/backend/driver.py (#2937)
Part of #2824 One import was duplicated, the other is not used. Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 9c6817d commit e80ef53

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

third_party/nvidia/backend/driver.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
import os
33
import sysconfig
44
import hashlib
5-
import sysconfig
65
import subprocess
76
import tempfile
8-
import sys
97
from pathlib import Path
108
from triton.runtime.build import _build
119
from triton.runtime.cache import get_cache_manager

0 commit comments

Comments
 (0)