mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Fix disable placement for pylint
This commit is contained in:
parent
6890d04947
commit
bd27c0b21c
@ -558,7 +558,7 @@ class Minion(MinionBase):
|
||||
and loads all of the functions into the minion
|
||||
'''
|
||||
|
||||
def __init__(self, opts, timeout=60, safe=True):
|
||||
def __init__(self, opts, timeout=60, safe=True): # pylint: disable=W0231
|
||||
'''
|
||||
Pass in the options dict
|
||||
'''
|
||||
@ -640,7 +640,6 @@ class Minion(MinionBase):
|
||||
'(Likely not a problem)'.format(self.opts['id']))
|
||||
|
||||
# __init__() from MinionBase is called in Minion.eval_master()
|
||||
# pylint: disable=W0231
|
||||
|
||||
def eval_master(self,
|
||||
opts,
|
||||
|
Loading…
Reference in New Issue
Block a user