Skip to content

Commit

Permalink
Update _utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb committed Oct 6, 2022
1 parent 52a8389 commit f342f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starlette/_utils.py
Expand Up @@ -22,7 +22,7 @@ def is_async_callable(obj: typing.Any) -> bool:


class AwaitableOrContextManager(
typing.AsyncContextManager[T], typing.Awaitable[T], Protocol[T]
typing.AsyncContextManager[T], typing.Awaitable[T]
):
pass

Expand Down

0 comments on commit f342f8c

Please sign in to comment.