Remove unused variable `PATH_TO_ACTIONS` from `infection_monkey/post_breach/post_breach_handler.py`

This commit is contained in:
Shreya 2021-05-04 17:37:08 +05:30
parent 6cc22afd9b
commit 2f5d33844c
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@ LOG = logging.getLogger(__name__)
__author__ = "VakarisZ"
PATH_TO_ACTIONS = "infection_monkey.post_breach.actions."
class PostBreach(object):
"""