Commit 842efd00 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub

Add future_stmt to simple_stmt production list. (GH-8239)

(cherry picked from commit cdb96f45)
Co-authored-by: default avatarAndrés Delfino <adelfino@gmail.com>
parent 322f8bc6
......@@ -25,6 +25,7 @@ simple statements is:
: | `break_stmt`
: | `continue_stmt`
: | `import_stmt`
: | `future_stmt`
: | `global_stmt`
: | `exec_stmt`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment