diff options
Diffstat (limited to 'Lib/lib2to3/fixes/fix_next.py')
-rw-r--r-- | Lib/lib2to3/fixes/fix_next.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib2to3/fixes/fix_next.py b/Lib/lib2to3/fixes/fix_next.py index 9f1861e..492b515 100644 --- a/Lib/lib2to3/fixes/fix_next.py +++ b/Lib/lib2to3/fixes/fix_next.py @@ -9,7 +9,7 @@ from ..pgen2 import token from ..pygram import python_symbols as syms from .. import fixer_base -from ..fixer_util import Name, Call, find_binding, any +from ..fixer_util import Name, Call, find_binding bind_warning = "Calls to builtin next() possibly shadowed by global binding" |