Skip to content

Commit ff2b26a

Browse files
committed
Remove unnecesarry style change
1 parent 91aa19d commit ff2b26a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/compressed_tensors/compressors/model_compressors/model_compressor.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,9 @@ def compress(
269269

270270
compressed_state_dict = state_dict
271271

272-
quantized_modules_to_args: Dict[str, QuantizationArgs] = (
273-
map_modules_to_quant_args(model)
274-
)
272+
quantized_modules_to_args: Dict[
273+
str, QuantizationArgs
274+
] = map_modules_to_quant_args(model)
275275

276276
if self.quantization_compressor is not None:
277277
compressed_state_dict = self.quantization_compressor.compress(

0 commit comments

Comments
 (0)