Skip to content

Commit 0c529a7

Browse files
Format
1 parent 2ba4b8f commit 0c529a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitsandbytes/__init__.py

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

4242
if importlib.util.find_spec("habana_frameworks") and importlib.util.find_spec("habana_frameworks.torch"):
4343
# In case not automatically imported
44-
import habana_frameworks.torch # noqa: I001
44+
import habana_frameworks.torch
4545

4646
if hasattr(torch, "hpu") and torch.hpu.is_available():
4747
from .backends.hpu import ops as hpu_ops

0 commit comments

Comments
 (0)