Skip to content

Commit

Permalink
more typing
Browse files Browse the repository at this point in the history
  • Loading branch information
johanlundberg committed Sep 2, 2024
1 parent 71cbafe commit 92e752e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth_server/middleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async def __call__(self, scope: Scope, receive: Receive, send: Send) -> None:


class JOSEPreparer:
def __init__(self, app):
def __init__(self, app) -> None:
self.app: ASGIApp = app
self.is_jose: bool = False
self.is_detached_jws: bool = False
Expand Down

0 comments on commit 92e752e

Please sign in to comment.