mirror of
https://github.com/RustPython/Parser.git
synced 2025-09-03 17:10:58 +00:00
Refactor fstrings (#4188)
This commit is contained in:
parent
438c73732e
commit
eede189959
2 changed files with 126 additions and 118 deletions
|
@ -41,7 +41,7 @@ expression: parse_ast
|
|||
value: Located {
|
||||
location: Location {
|
||||
row: 1,
|
||||
column: 3,
|
||||
column: 2,
|
||||
},
|
||||
custom: (),
|
||||
node: Name {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue