Skip to content

Commit d889840

Browse files
committed
check-builtin-literals: Appease flake8 with six
1 parent 7758676 commit d889840

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

testing/resources/builtin_constructors.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# flake8 checks imports; `builtins` does not exist in Python 2.
2-
# flake8: noqa
1+
from six.moves import builtins
32

43
c1 = complex()
54
d1 = dict()

0 commit comments

Comments
 (0)