Fix Python 3.7 compatibility
This commit is contained in:
parent
73bd2e1423
commit
1e40eb1649
3 changed files with 60 additions and 9 deletions
|
@ -21,10 +21,9 @@ from typing import (
|
|||
Type,
|
||||
TypeVar,
|
||||
Union,
|
||||
get_args,
|
||||
get_origin,
|
||||
no_type_check,
|
||||
)
|
||||
from typing_extensions import get_args, get_origin
|
||||
|
||||
import aioredis
|
||||
from aioredis.client import Pipeline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue