Skip to content

Commit

Permalink
fix event_handler type
Browse files Browse the repository at this point in the history
  • Loading branch information
dave42w committed Nov 11, 2024
1 parent 1081d90 commit 4e8dc43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robyn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def __init__(
self.response_headers: Headers = Headers({})
self.excluded_response_headers_paths: Optional[List[str]] = None
self.directories: List[Directory] = []
self.event_handlers = {}
self.event_handlers: dict = {}
self.exception_handler: Optional[Callable] = None
self.authentication_handler: Optional[AuthenticationHandler] = None

Expand Down

0 comments on commit 4e8dc43

Please sign in to comment.