mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-27 18:45:05 +08:00
🐛 fix protocol not found in py37
This commit is contained in:
parent
85f0023350
commit
e425571b08
@ -9,9 +9,10 @@ import abc
|
||||
import asyncio
|
||||
from copy import copy
|
||||
from functools import reduce, partial
|
||||
from typing_extensions import Protocol
|
||||
from dataclasses import dataclass, field
|
||||
from typing import (Any, Set, Dict, Union, TypeVar, Mapping, Optional, Iterable,
|
||||
Protocol, Awaitable, TYPE_CHECKING)
|
||||
Awaitable, TYPE_CHECKING)
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user