Skip to content

Commit

Permalink
remove legacy *Listener classes
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Mar 9, 2022
1 parent 6793fb4 commit 93493db
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions locust_plugins/listeners.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,13 +474,3 @@ def is_worker():

def is_master():
return "--master" in sys.argv


class TimescaleListener:
def __init__(self, *args, **kwargs):
raise Exception("All listeners have had their -Listener suffix removed, please update your code.")


class RescheduleTaskOnFailListener:
def __init__(self, *args, **kwargs):
raise Exception("All listeners have had their -Listener suffix removed, please update your code.")

0 comments on commit 93493db

Please sign in to comment.