Skip to content

Commit

Permalink
Change the imports order
Browse files Browse the repository at this point in the history
Co-authored-by: Rafał Pitoń <kontakt@rpiton.com>
  • Loading branch information
vmarkovtsev and rafalp committed Apr 12, 2022
1 parent a0b97e2 commit 1e625bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ariadne/types.py
Expand Up @@ -10,7 +10,7 @@
Type,
Union,
)
from typing_extensions import runtime_checkable, Protocol
from typing_extensions import Protocol, runtime_checkable

from graphql import (
DocumentNode,
Expand Down

0 comments on commit 1e625bc

Please sign in to comment.