Remove useless __init__. Fixes PyLint useless-super-delegation

This commit is contained in:
Pedro Algarvio 2019-12-04 14:54:28 +00:00
parent 5ffc073de0
commit b0fb204830
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -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