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 73d2685 commit 5efc9c9Copy full SHA for 5efc9c9
boxsdk/auth/developer_token_auth.py
@@ -2,7 +2,7 @@
2
3
from __future__ import unicode_literals, absolute_import
4
5
-from six.moves import input
+from six.moves import input # pylint:disable=redefined-builtin
6
7
from .oauth2 import OAuth2
8
0 commit comments