mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-16 02:50:48 +00:00
💩 find errors need to fix
This commit is contained in:
@ -31,6 +31,7 @@ class EventParam(Param):
|
||||
return event
|
||||
|
||||
|
||||
# FIXME: may detect error param
|
||||
class StateParam(Param):
|
||||
@classmethod
|
||||
def _check(cls, name: str, param: inspect.Parameter) -> bool:
|
||||
|
Reference in New Issue
Block a user