Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Taylor Lowery committed Jul 8, 2024
1 parent e5770c7 commit f28c4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gql/transport/aiohttp_websockets.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from aiohttp import BasicAuth, Fingerprint, WSMsgType, hdrs
from aiohttp.typedefs import LooseHeaders, StrOrURL
from graphql import DocumentNode, ExecutionResult, print_ast
from multidict import CIMultiDict, CIMultiDictProxy
from multidict import CIMultiDictProxy

from gql.transport.async_transport import AsyncTransport
from gql.transport.exceptions import (
Expand Down

0 comments on commit f28c4fe

Please sign in to comment.