diff --git a/pyproject.toml b/pyproject.toml index 3d2cde783d..19a244ec83 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,4 +128,4 @@ include = ["strawberry"] exclude = ["**/__pycache__",] reportMissingImports = true reportMissingTypeStubs = false -pythonVersion = "3.7" \ No newline at end of file +pythonVersion = "3.7" diff --git a/strawberry/utils/typing.py b/strawberry/utils/typing.py index 9d3047e689..7bde4ba971 100644 --- a/strawberry/utils/typing.py +++ b/strawberry/utils/typing.py @@ -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 @@ -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 \ No newline at end of file + return lambda a: a