Skip to content

Commit 3c87202

Browse files
committed
docs: update readme
1 parent d8fa05f commit 3c87202

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ class Hero(AsyncSQLModel, table=True):
3535
Adding an **AwaitableField** yields an awaitable field for the `field` specified in the argument.
3636

3737
```python
38-
from typing import Optional
39-
from collections.abc import Awaitable
38+
from typing import Optional, Awaitable
4039

4140
from sqlmodel import Field
4241
from async_sqlmodel import AsyncSQLModel, AwaitableField

0 commit comments

Comments
 (0)