Skip to content

Commit f3ec168

Browse files
authored
Allow oauth2client to redefine builtin modules
1 parent e33a875 commit f3ec168

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.pylintrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,4 +426,6 @@ max-public-methods=50
426426
overgeneral-exceptions=Exception
427427

428428
# Python 2/3 compatibility
429-
disable=useless-object-inheritance
429+
disable=useless-object-inheritance
430+
431+
redefining-builtins-modules=oauth2client # Allow oauth2client to redefine file

0 commit comments

Comments
 (0)