Skip to content

Commit

Permalink
fix: fix pre-commit in example
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthetechie committed Sep 8, 2022
1 parent 2ccfa0a commit ab94167
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/asyncio/asyncio_example.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import asyncio
from datetime import date
from typing import Optional, List, Dict
from typing import Dict
from typing import List
from typing import Optional

from pydantic_aioredis import Model
from pydantic_aioredis import RedisConfig
Expand Down

0 comments on commit ab94167

Please sign in to comment.