We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ccfa0a commit ab94167Copy full SHA for ab94167
examples/asyncio/asyncio_example.py
@@ -1,6 +1,8 @@
1
import asyncio
2
from datetime import date
3
-from typing import Optional, List, Dict
+from typing import Dict
4
+from typing import List
5
+from typing import Optional
6
7
from pydantic_aioredis import Model
8
from pydantic_aioredis import RedisConfig
0 commit comments