mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-01-20 02:08:20 +08:00
Fix typing
This commit is contained in:
parent
178a915251
commit
e0cebd6a7a
@ -3,5 +3,5 @@ from typing import Union, List, Dict, Any, Sequence, Callable, Tuple
|
|||||||
Context_T = Dict[str, Any]
|
Context_T = Dict[str, Any]
|
||||||
Message_T = Union[str, Dict[str, Any], List[Dict[str, Any]]]
|
Message_T = Union[str, Dict[str, Any], List[Dict[str, Any]]]
|
||||||
Expression_T = Union[str, Sequence[str], Callable]
|
Expression_T = Union[str, Sequence[str], Callable]
|
||||||
CommandName_T = Tuple[str]
|
CommandName_T = Tuple[str, ...]
|
||||||
CommandArgs_T = Dict[str, Any]
|
CommandArgs_T = Dict[str, Any]
|
||||||
|
Loading…
Reference in New Issue
Block a user