We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc87a41 commit 45cd92dCopy full SHA for 45cd92d
starlette/types.py
@@ -29,5 +29,7 @@
29
class MiddlewareType(Protocol):
30
__name__: str
31
32
- def __call__(self, *args: typing.Any, **kwargs: typing.Any) -> ASGIApp: # pragma: no cover
+ def __call__(
33
+ self, *args: typing.Any, **kwargs: typing.Any
34
+ ) -> ASGIApp: # pragma: no cover
35
...
0 commit comments