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 Aug 24, 2021
1 parent 3b77f3b commit 5298b31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ include = ["strawberry"]
exclude = ["**/__pycache__",]
reportMissingImports = true
reportMissingTypeStubs = false
pythonVersion = "3.7"
pythonVersion = "3.7"
4 changes: 2 additions & 2 deletions strawberry/utils/typing.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from collections import Callable
import typing
from collections import Callable
from collections.abc import AsyncGenerator
from typing import Any, Tuple, Type, TypeVar, Union

Expand Down Expand Up @@ -105,4 +105,4 @@ def __dataclass_transform__(
kw_only_default: bool = False,
field_descriptors: Tuple[Union[type, Callable[..., Any]], ...] = (()),
) -> Callable[[_T], _T]:
return lambda a: a
return lambda a: a

0 comments on commit 5298b31

Please sign in to comment.