✏️ fix type T_RunPostProcessor incorrect description (#1057)

Bug: 修复 typing 中 T_RunPostProcessor 类型的注释描述不正确
This commit is contained in:
Akirami 2022-06-24 10:51:06 +08:00 committed by GitHub
parent 4181f4ca77
commit 9dbea871b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ T_RunPreProcessor = Callable[..., Union[Any, Awaitable[Any]]]
- DefaultParam: 带有默认值的参数
"""
T_RunPostProcessor = Callable[..., Union[Any, Awaitable[Any]]]
"""事件响应器运行前预处理函数 RunPostProcessor 类型
"""事件响应器运行后后处理函数 RunPostProcessor 类型
依赖参数: