mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-08 05:35:22 +00:00
Fix python lint warnings
This commit is contained in:
parent
6e26d995f3
commit
7457f871b2
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue