We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fa05f commit 3c87202Copy full SHA for 3c87202
README.md
@@ -35,8 +35,7 @@ class Hero(AsyncSQLModel, table=True):
35
Adding an **AwaitableField** yields an awaitable field for the `field` specified in the argument.
36
37
```python
38
-from typing import Optional
39
-from collections.abc import Awaitable
+from typing import Optional, Awaitable
40
41
from sqlmodel import Field
42
from async_sqlmodel import AsyncSQLModel, AwaitableField
0 commit comments