Fix python lint warnings

This commit is contained in:
Jeong YunWon 2023-05-18 00:27:18 +09:00
parent 6e26d995f3
commit 7457f871b2

View file

@ -716,7 +716,7 @@ class FoldImplVisitor(EmitVisitor):
name = rust_field(field.name)
self.emit(f"{name},", depth + 1)
self.emit("range,", depth + 1)
self.emit(f"}})", depth)
self.emit("})", depth)
class FoldModuleVisitor(EmitVisitor):