Skip to content

Commit

Permalink
fix ordering of imports
Browse files Browse the repository at this point in the history
Co-authored-by: Rafał Pitoń <rafio.xudb@gmail.com>
  • Loading branch information
reallistic and rafalp authored Nov 19, 2024
1 parent bf2b330 commit 0dec73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ariadne/contrib/federation/utils.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pylint: disable=cell-var-from-loop

from inspect import isawaitable
from typing import Any, List, cast, Tuple
from typing import Any, List, Tuple, cast

from graphql import (
DirectiveDefinitionNode,
Expand Down

0 comments on commit 0dec73e

Please sign in to comment.