Skip to content

Commit

Permalink
disable import error for pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
nihlaeth committed Feb 14, 2017
1 parent a2ef2c0 commit ed80e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ confidence=
# --enable=similarities". If you want to run only the classes checker, but have
# no Warning level messages displayed, use"--disable=all --enable=classes
# --disable=W"
disable=too-few-public-methods,no-member,superfluous-parens
disable=too-few-public-methods,no-member,superfluous-parens,import-error


[REPORTS]
Expand Down

0 comments on commit ed80e9b

Please sign in to comment.