From 1e625bc5bb5632191bc729bb75a46d801831e104 Mon Sep 17 00:00:00 2001 From: Vadim Markovtsev Date: Tue, 12 Apr 2022 10:58:27 +0200 Subject: [PATCH] Change the imports order MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Rafał Pitoń --- ariadne/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ariadne/types.py b/ariadne/types.py index a1ada9d18..7bdc93ba0 100644 --- a/ariadne/types.py +++ b/ariadne/types.py @@ -10,7 +10,7 @@ Type, Union, ) -from typing_extensions import runtime_checkable, Protocol +from typing_extensions import Protocol, runtime_checkable from graphql import ( DocumentNode,