Skip to content

Commit 56bed9c

Browse files
committed
README.md fix transport import in doc
1 parent 44cd972 commit 56bed9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ The main features of GQL are:
5454
### Basic usage
5555

5656
```python
57-
from gql import gql, Client, AIOHTTPTransport
57+
from gql import gql, Client
58+
from gql.transport.aiohttp import AIOHTTPTransport
5859

5960
# Select your transport with a defined url endpoint
6061
transport = AIOHTTPTransport(url="https://countries.trevorblades.com/")

0 commit comments

Comments
 (0)