Skip to content

Commit 39861c2

Browse files
committed
remove unused import
1 parent ca63206 commit 39861c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_functional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
import bitsandbytes as bnb
1212
from bitsandbytes import functional as F
13-
from bitsandbytes.cextension import HIP_ENVIRONMENT, ROCM_GPU_ARCH, ROCM_WARP_SIZE_64
13+
from bitsandbytes.cextension import HIP_ENVIRONMENT, ROCM_WARP_SIZE_64
1414
from tests.helpers import (
1515
BOOLEAN_TUPLES,
1616
TRUE_FALSE,

0 commit comments

Comments
 (0)