📝 update api docs

This commit is contained in:
nonebot
2021-11-21 08:13:56 +00:00
parent 760ac693c0
commit 9a29966e2d
4 changed files with 6 additions and 24 deletions

View File

@ -62,21 +62,6 @@ Driver 基类。
### `dependency_overrides`
* **类型**
`Dict[Callable[..., Any], Callable[..., Any]]`
* **说明**
Depends 函数的替换表
### `__init__(env, config)`