Skip to content

Commit 7e16504

Browse files
committed
revert wrong lint fix
Signed-off-by: jiqing-feng <jiqing.feng@intel.com>
1 parent 75c652b commit 7e16504

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

bitsandbytes/backends/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
import torch
55

66
try:
7-
import triton.language as tl # noqa: F401
8-
97
import triton # noqa: F401
8+
import triton.language as tl # noqa: F401
109

1110
triton_available = True
1211
except ImportError:

0 commit comments

Comments
 (0)