Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 31, 2025
1 parent d2eaad7 commit 3f17516
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion strawberry/fastapi/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ def __init__(
keep_alive_interval: float = 1,
debug: bool = False,
root_value_getter: Optional[Callable[[], RootValue]] = None,
context_getter: Optional[Callable[..., Union[Optional[Context], Awaitable[Optional[Context]]]]] = None,
context_getter: Optional[
Callable[..., Union[Optional[Context], Awaitable[Optional[Context]]]]
] = None,
subscription_protocols: Sequence[str] = (
GRAPHQL_TRANSPORT_WS_PROTOCOL,
GRAPHQL_WS_PROTOCOL,
Expand Down

0 comments on commit 3f17516

Please sign in to comment.