We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce6b66 commit 56d7d7fCopy full SHA for 56d7d7f
docs/code_examples/websockets_async.py
@@ -11,7 +11,7 @@ async def main():
11
# Using `async with` on the client will start a connection on the transport
12
# and provide a `session` variable to execute queries on this connection
13
async with Client(
14
- transport=sample_transport,
+ transport=transport,
15
fetch_schema_from_transport=True,
16
) as session:
17
0 commit comments