Commit 9b1d5643 authored by Jason Madden's avatar Jason Madden

Disable pylint's useless-object-inheritance since we have a codebase straddling 2 and 3.

parent b01bcf66
......@@ -60,7 +60,8 @@ disable=wrong-import-position,
duplicate-code,
undefined-all-variable,
inconsistent-return-statements,
useless-return
useless-return,
useless-object-inheritance
[FORMAT]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment