Skip to content

Commit

Permalink
fixed format issue in exception.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
vijay59122 committed Nov 17, 2024
1 parent 9c766e3 commit 09776b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions locust/exception.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def __init__(self, *args: object, addr=None) -> None:
class RunnerAlreadyExistsError(Exception):
pass


class NoTaskToRun(Exception):
def __init__(self, message):
super().__init__(message)
Expand Down

0 comments on commit 09776b0

Please sign in to comment.