Skip to content

Commit b6db962

Browse files
authored
fix ruff on main branch (#1860)
Update [ghstack-poisoned]
1 parent 25377e0 commit b6db962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchao/experimental/quant_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,8 +499,8 @@ def quantize(self, model: nn.Module) -> nn.Module:
499499
)
500500
from torchao.quantization.quant_api import (
501501
MappingType,
502-
to_affine_quantized_intx,
503502
ZeroPointDomain,
503+
to_affine_quantized_intx,
504504
)
505505
from torchao.quantization.transform_module import register_quantize_module_handler
506506
from torchao.quantization.utils import _get_per_token_block_size

0 commit comments

Comments
 (0)