mirror of
				https://github.com/nonebot/nonebot2.git
				synced 2025-10-31 06:56:39 +00:00 
			
		
		
		
	🐛 fix protocol not found in py37
This commit is contained in:
		| @@ -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 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user