Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
provinzkraut committed Dec 14, 2024
1 parent d76d9a6 commit 8d5111c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions litestar/handlers/http_handlers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ class HTTPRouteHandler(BaseRouteHandler):
__slots__ = (
"_kwargs_models",
"_include_in_schema",
"_resolved_security",
"_kwargs_models",
"_response_handler_mapping",
"_request_max_body_size",
Expand Down Expand Up @@ -329,7 +328,6 @@ def __init__(
self.security = tuple(security) if security else ()
self.responses = responses
# memoized attributes, defaulted to Empty
self._resolved_security: list[SecurityRequirement] | EmptyType = Empty
self._kwargs_models: dict[tuple[str, ...], KwargsModel] = {}
self._default_response_handler: Callable[[Any], Awaitable[ASGIApp]] | EmptyType = Empty
self._response_type_handler: Callable[[Any], Awaitable[ASGIApp]] | EmptyType = Empty
Expand Down

0 comments on commit 8d5111c

Please sign in to comment.