Skip to content

Commit d307a77

Browse files
Improve typing in example
1 parent 6b6dfd6 commit d307a77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ a_model = Model[AModel](client, 'a_table_name')
132132
From there, you can query your new `Model` by calling CRUD methods on the instance:
133133

134134
```python
135+
from typing import List
136+
135137
# ...
136138

137139
async get_some_record() -> List[AModel]:

0 commit comments

Comments
 (0)