Skip to content

Commit 56d7d7f

Browse files
committed
Fix typo in docs websocket_async code example
1 parent 7ce6b66 commit 56d7d7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code_examples/websockets_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ async def main():
1111
# Using `async with` on the client will start a connection on the transport
1212
# and provide a `session` variable to execute queries on this connection
1313
async with Client(
14-
transport=sample_transport,
14+
transport=transport,
1515
fetch_schema_from_transport=True,
1616
) as session:
1717

0 commit comments

Comments
 (0)