Update __init__.py

This commit is contained in:
HibiKier 2022-07-29 19:50:21 +08:00 committed by GitHub
parent db39612c54
commit 9189fd411e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
from typing import Tuple, Any
from nonebot import on_regex, on_command
from nonebot import on_regex
from nonebot.params import RegexGroup
from nonebot.typing import T_State
from nonebot.adapters.onebot.v11 import Bot, MessageEvent