Skip to content

Commit

Permalink
Fix View with lilya permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Feb 9, 2025
1 parent aa58d12 commit f2e716c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esmerald/routing/apis/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class CustomView(View):
"""

__slots__ = (
"__lilya_permissions__",
"dependencies",
"exception_handlers",
"interceptors",
Expand Down Expand Up @@ -360,7 +361,6 @@ def create_signature_model(self, is_websocket: bool = False) -> None: # pragma:
def get_routes(
self,
path: Union[str, None] = None,
name: Union[str, None] = None,
middleware: Union[Sequence["Middleware"], List["Middleware"], None] = None,
permissions: Union[Sequence["Permission"], Any, None] = None,
interceptors: Union[Sequence["Interceptor"], List["Interceptor"], None] = None,
Expand Down

0 comments on commit f2e716c

Please sign in to comment.