Skip to content

Commit

Permalink
docs(readme): fix example snippet imports (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and stainless-bot committed Jul 22, 2024
1 parent fdf2291 commit 47e954d
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 @@ -86,7 +86,7 @@ List methods in the Orb 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 orb
from orb import Orb

client = Orb()

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

```python
import asyncio
import orb
from orb import AsyncOrb

client = AsyncOrb()

Expand Down

0 comments on commit 47e954d

Please sign in to comment.