Skip to content

Commit a2ae168

Browse files
committed
fix: corrected the ruff error
Signed-off-by: Omobayode Fagbohungbe <[email protected]>
1 parent 6217699 commit a2ae168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fms_mo/prep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def make_quant_module(module, curr_full_name, qcfg, verbose=False):
410410
if verbose:
411411
logger.info(
412412
f"Skip quantization of {curr_full_name} - mapping of Linear is None"
413-
)
413+
)
414414
return module_output # None means no swap for this type
415415

416416
module_output = QLin(

0 commit comments

Comments
 (0)