Skip to content

Commit 6a42c02

Browse files
committed
futurize: have builtins imports after standard library aliases
1 parent 701d349 commit 6a42c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libfuturize/fixes/fix_future_builtins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
class FixFutureBuiltins(fixer_base.BaseFix):
4040
BM_compatible = True
41-
run_order = 9
41+
run_order = 7
4242

4343
# Currently we only match uses as a function. This doesn't match e.g.:
4444
# if isinstance(s, str):

0 commit comments

Comments
 (0)