mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
disable lint class inherit
This commit is contained in:
parent
296b8a660c
commit
9bbe11eeb9
1 changed files with 1 additions and 1 deletions
|
@ -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 ' \
|
||||
|
|
Loading…
Add table
Reference in a new issue