Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Apr 9, 2024
1 parent 56478e1 commit be4382a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ariadne_graphql_proxy/copy.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from copy import deepcopy
from typing import Dict, Iterable, List, Optional, Set, Tuple, Union, cast
from typing import Dict, List, Optional, Set, Tuple, Union, cast

from graphql import (
DirectiveNode,
Expand Down

0 comments on commit be4382a

Please sign in to comment.