Skip to content

Commit 5efc9c9

Browse files
committed
Fix pylint error for redefined builtin input.
1 parent 73d2685 commit 5efc9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boxsdk/auth/developer_token_auth.py

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

33
from __future__ import unicode_literals, absolute_import
44

5-
from six.moves import input
5+
from six.moves import input # pylint:disable=redefined-builtin
66

77
from .oauth2 import OAuth2
88

0 commit comments

Comments
 (0)