Skip to content

Commit 877d91a

Browse files
authored
Fix formatting of docstring in _apply_replace_quant_nodes
1 parent 7a4d15b commit 877d91a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/arm/aot_arm_compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def _load_serialized_model(
199199
return model, example_inputs
200200

201201
def _apply_replace_quant_nodes(edge, args):
202-
""" Apply the replace_quant_nodes pass to the edge graph module. """
202+
"""Apply the replace_quant_nodes pass to the edge graph module."""
203203

204204
if args.target != "vgf" and not args.direct_drive:
205205
edge = edge.transform([ReplaceQuantNodesPass()])

0 commit comments

Comments
 (0)