Remove unused `get_pba()` in `infection_monkey/post_breach/pba.py`

This commit is contained in:
Shreya 2021-05-04 17:50:42 +05:30
parent 8391df9114
commit 35f4515d6e
1 changed files with 0 additions and 8 deletions

View File

@ -37,14 +37,6 @@ class PBA(Plugin):
self.command = PBA.choose_command(linux_cmd, windows_cmd)
self.name = name
def get_pba(self):
"""
This method returns a PBA object based on a worm's configuration.
Return None or False if you don't want the pba to be executed.
:return: A pba object.
"""
return self
@staticmethod
def should_run(class_name):
"""