mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove useless __init__
. Fixes PyLint useless-super-delegation
This commit is contained in:
parent
5ffc073de0
commit
b0fb204830
1 changed files with 0 additions and 3 deletions
|
@ -272,9 +272,6 @@ class MinionSwarm(Swarm):
|
|||
'''
|
||||
Create minions
|
||||
'''
|
||||
def __init__(self, opts):
|
||||
super(MinionSwarm, self).__init__(opts)
|
||||
|
||||
def start_minions(self):
|
||||
'''
|
||||
Iterate over the config files and start up the minions
|
||||
|
|
Loading…
Add table
Reference in a new issue