Skip to content

Commit

Permalink
Add client in function parameter in example
Browse files Browse the repository at this point in the history
aisk committed May 28, 2024
1 parent 54b2cd9 commit a86a1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ async def main():
### API use

```py
async def main():
async def main(client: Client):
table = client.table("my-table")

# Create table if it doesn't exist

0 comments on commit a86a1a7

Please sign in to comment.