Skip to content

Commit

Permalink
fix: callbacks EventType typo (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketmaurya authored Sep 20, 2024
1 parent 718682c commit 44e0fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/litserve/callbacks/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class EventTypes:
BEFORE_PREDICT = "on_before_predict"
AFTER_PREDICT = "on_after_predict"
ON_SERVER_START = "on_server_start"
ON_SERVER_END = "on_serve_end"
ON_SERVER_END = "on_server_end"


class Callback(ABC):
Expand Down

0 comments on commit 44e0fe9

Please sign in to comment.