Remove unused variable `PATH_TO_ACTIONS` from `infection_monkey/post_breach/post_breach_handler.py`
This commit is contained in:
parent
6cc22afd9b
commit
2f5d33844c
|
@ -9,8 +9,6 @@ LOG = logging.getLogger(__name__)
|
|||
|
||||
__author__ = "VakarisZ"
|
||||
|
||||
PATH_TO_ACTIONS = "infection_monkey.post_breach.actions."
|
||||
|
||||
|
||||
class PostBreach(object):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue