We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a0f18 commit 1def87cCopy full SHA for 1def87c
src/libfuturize/main.py
@@ -62,8 +62,6 @@
62
"""
63
64
from __future__ import (absolute_import, print_function, unicode_literals)
65
-from future.builtins import *
66
-import future
67
import future.utils
68
from future import __version__
69
src/libpasteurize/main.py
@@ -44,9 +44,7 @@
44
from lib2to3.main import main, warn, StdoutRefactoringTool
45
from lib2to3 import refactor
46
47
48
49
50
from libpasteurize.fixes import fix_names
51
52
0 commit comments