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:
Miss Islington (bot) 2018-11-07 09:55:14 -08:00 committed by GitHub
parent 766d8f560d
commit 2911d4eb21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ simple statements is:
: | `break_stmt`
: | `continue_stmt`
: | `import_stmt`
: | `future_stmt`
: | `global_stmt`
: | `nonlocal_stmt`