Skip to content

Commit 60d69f6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 23bd876 commit 60d69f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strawberry/types/enum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import dataclasses
22
from collections.abc import Callable, Iterable, Mapping
33
from enum import EnumMeta
4-
from typing import TYPE_CHECKING, Any, Callable, Optional, TypeVar, Union, overload
4+
from typing import TYPE_CHECKING, Any, Optional, TypeVar, Union, overload
55

66
from strawberry.exceptions import ObjectIsNotAnEnumError
77
from strawberry.types.base import StrawberryType

0 commit comments

Comments
 (0)