mirror of
https://github.com/A-Minos/nonebot-plugin-tetris-stats.git
synced 2026-03-05 05:36:54 +08:00
🔥 移除不需要的 type alias
This commit is contained in:
@@ -1,10 +1,8 @@
|
|||||||
from collections.abc import Awaitable, Callable
|
from typing import Literal
|
||||||
from typing import Any, Literal
|
|
||||||
|
|
||||||
Number = float | int
|
Number = float | int
|
||||||
GameType = Literal['IO', 'TOP', 'TOS']
|
GameType = Literal['IO', 'TOP', 'TOS']
|
||||||
CommandType = Literal['bind', 'query']
|
CommandType = Literal['bind', 'query']
|
||||||
AsyncCallable = Callable[..., Awaitable[Any]]
|
|
||||||
Me = Literal[
|
Me = Literal[
|
||||||
'我',
|
'我',
|
||||||
'自己',
|
'自己',
|
||||||
|
|||||||
Reference in New Issue
Block a user