diff options
Diffstat (limited to 'Lib/lib2to3/fixes/fix_renames.py')
-rw-r--r-- | Lib/lib2to3/fixes/fix_renames.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/lib2to3/fixes/fix_renames.py b/Lib/lib2to3/fixes/fix_renames.py index 181c625..3049610 100644 --- a/Lib/lib2to3/fixes/fix_renames.py +++ b/Lib/lib2to3/fixes/fix_renames.py @@ -8,7 +8,7 @@ Fixes: # Local imports from .. import fixer_base -from ..fixer_util import Name, attr_chain, any, set +from ..fixer_util import Name, attr_chain MAPPING = {"sys": {"maxint" : "maxsize"}, } |