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 7758676 commit d889840Copy full SHA for d889840
testing/resources/builtin_constructors.py
@@ -1,5 +1,4 @@
1
-# flake8 checks imports; `builtins` does not exist in Python 2.
2
-# flake8: noqa
+from six.moves import builtins
3
4
c1 = complex()
5
d1 = dict()
0 commit comments