Add future_stmt to simple_stmt production list. (GH-8239)
(cherry picked from commit cdb96f45b6
)
Co-authored-by: Andrés Delfino <adelfino@gmail.com>
This commit is contained in:
parent
766d8f560d
commit
2911d4eb21
|
@ -25,6 +25,7 @@ simple statements is:
|
|||
: | `break_stmt`
|
||||
: | `continue_stmt`
|
||||
: | `import_stmt`
|
||||
: | `future_stmt`
|
||||
: | `global_stmt`
|
||||
: | `nonlocal_stmt`
|
||||
|
||||
|
|
Loading…
Reference in New Issue