Skip to content

Commit

Permalink
Python 3 does not allow for multiple declarations of config values
Browse files Browse the repository at this point in the history
  • Loading branch information
opalmer committed Sep 15, 2014
1 parent e3cc7f8 commit 041993c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ zope=no
# List of members which are set dynamically and missed by pylint inference
# system, and so shouldn't trigger E0201 when accessed. Python regular
# expressions are accepted.
generated-members=query,software,agents,agent,as_view
generated-members=requests.codes.([ok|accepted])
generated-members=query,software,agents,agent,as_view,requests.codes.([ok|accepted])


[FORMAT]
Expand Down

0 comments on commit 041993c

Please sign in to comment.