Skip to content

Commit ab94167

Browse files
fix: fix pre-commit in example
1 parent 2ccfa0a commit ab94167

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/asyncio/asyncio_example.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import asyncio
22
from datetime import date
3-
from typing import Optional, List, Dict
3+
from typing import Dict
4+
from typing import List
5+
from typing import Optional
46

57
from pydantic_aioredis import Model
68
from pydantic_aioredis import RedisConfig

0 commit comments

Comments
 (0)