mirror of
https://github.com/python/cpython.git
synced 2025-10-08 08:01:55 +00:00
Remove now-unnecessary "from __future__ import nested_scopes" stmts.
This commit is contained in:
parent
9a1ae1a960
commit
c4889c496a
5 changed files with 7 additions and 14 deletions
|
@ -1,5 +1,4 @@
|
|||
"""Interface to the compiler's internal symbol tables"""
|
||||
from __future__ import nested_scopes
|
||||
|
||||
import _symtable
|
||||
from _symtable import USE, DEF_GLOBAL, DEF_LOCAL, DEF_PARAM, \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue