mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-09-12 06:56:41 +00:00
令参数列表符合 autodoc 格式
This commit is contained in:
@ -67,7 +67,7 @@ class Adapter(abc.ABC):
|
||||
|
||||
:参数:
|
||||
|
||||
* `api: str`: API 名称
|
||||
* `**data`: API 数据
|
||||
api: API 名称
|
||||
**data: API 数据
|
||||
"""
|
||||
raise NotImplementedError
|
||||
|
Reference in New Issue
Block a user