From b7162baef513f31ac0320f11d80324011b1a79e8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 20:15:50 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- strawberry/codegen/types.py | 1 + 1 file changed, 1 insertion(+) diff --git a/strawberry/codegen/types.py b/strawberry/codegen/types.py index ac58f5368b..4d39fc4707 100644 --- a/strawberry/codegen/types.py +++ b/strawberry/codegen/types.py @@ -6,6 +6,7 @@ if TYPE_CHECKING: from enum import EnumMeta from typing_extensions import Literal + from strawberry.unset import UnsetType