Skip to content

Commit 8b12ddf

Browse files
authored
Fix ruff broken on main (#2404)
1 parent 6a8887f commit 8b12ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchao/quantization/quant_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@
7878
TORCH_VERSION_AT_LEAST_2_4,
7979
TORCH_VERSION_AT_LEAST_2_5,
8080
TORCH_VERSION_AT_LEAST_2_6,
81+
is_fbcode,
8182
is_MI300,
8283
is_sm_at_least_89,
8384
is_sm_at_least_90,
84-
is_fbcode,
8585
)
8686

8787
from .autoquant import AutoQuantizableLinearWeight, autoquant

0 commit comments

Comments
 (0)