disable lint class inherit

This commit is contained in:
Thomas S Hatch 2015-03-10 10:21:16 -06:00
parent 296b8a660c
commit 9bbe11eeb9

View file

@ -23,7 +23,7 @@ import datetime
class Usage(Exception):
def __init__(self, msg):
def __init__(self, msg): # pylint: disable=W0231
self.msg = 'committer_parser.py [-c | --contributor-detail] - |' \
' <logfilename>\n'
self.msg += ' : Parse commit log from git and print number of ' \