Skip to content

Commit

Permalink
Small fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
leszekhanusz committed May 16, 2020
1 parent cc0702e commit d7d2e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gql/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def __init__(
self.transport: Optional[Union[Transport, AsyncTransport]] = transport

# Flag to indicate that we need to fetch the schema from the transport
# We will fetch the schema before executing the first query
# On async transports, we fetch the schema before executing the first query
self.fetch_schema_from_transport: bool = fetch_schema_from_transport

# Enforced timeout of the execute function
Expand Down

0 comments on commit d7d2e75

Please sign in to comment.