Skip to content

Commit 349bf5d

Browse files
committed
fix: remove blocking from docs
1 parent ad261ce commit 349bf5d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docs/index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ python -m pip install 'rustac[arrow]'
1919
## Usage
2020

2121
```python
22-
import rustac.blocking
23-
24-
item = rustac.blocking.read("item.json")
25-
26-
# Or, for async
2722
import asyncio
2823
import rustac
2924

0 commit comments

Comments
 (0)