Skip to content

Commit

Permalink
docs(readme): fix example snippet imports (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Jul 22, 2024
1 parent 518bbcc commit 20aacc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ List methods in the Finch API are paginated.
This library provides auto-paginating iterators with each list response, so you do not have to request successive pages manually:

```python
import finch
from finch import Finch

client = Finch()

Expand All @@ -87,7 +87,7 @@ Or, asynchronously:

```python
import asyncio
import finch
from finch import AsyncFinch

client = AsyncFinch()

Expand Down

0 comments on commit 20aacc9

Please sign in to comment.