mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-15 18:40:43 +00:00
🎨 update typing support
This commit is contained in:
@ -3,9 +3,10 @@ import json
|
||||
import asyncio
|
||||
import dataclasses
|
||||
from functools import wraps, partial
|
||||
from typing import Any, Optional, Callable, Awaitable
|
||||
|
||||
from nonebot.log import logger
|
||||
from nonebot.typing import Any, Optional, Callable, Awaitable, overrides
|
||||
from nonebot.typing import overrides
|
||||
|
||||
|
||||
def escape_tag(s: str) -> str:
|
||||
|
Reference in New Issue
Block a user