Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Apr 20, 2023
1 parent cc87a41 commit 45cd92d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion starlette/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,7 @@
class MiddlewareType(Protocol):
__name__: str

def __call__(self, *args: typing.Any, **kwargs: typing.Any) -> ASGIApp: # pragma: no cover
def __call__(
self, *args: typing.Any, **kwargs: typing.Any
) -> ASGIApp: # pragma: no cover
...

0 comments on commit 45cd92d

Please sign in to comment.