Skip to content

Commit 45cd92d

Browse files
committed
black
1 parent cc87a41 commit 45cd92d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

starlette/types.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,7 @@
2929
class MiddlewareType(Protocol):
3030
__name__: str
3131

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

0 commit comments

Comments
 (0)