summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLint Action <[email protected]>2022-06-09 12:06:08 +0000
committerLint Action <[email protected]>2022-06-09 12:06:08 +0000
commit42167c84d335615c0a9f84cc977a7158ca70831b (patch)
treec8c18e6a0e7dbe958526c2052c3b6377d8e11ba5
parent1f6f7d0582a29819a4b3b9d55ea3d61f5a732c2c (diff)
downloadATRI-42167c84d335615c0a9f84cc977a7158ca70831b.tar.gz
ATRI-42167c84d335615c0a9f84cc977a7158ca70831b.tar.bz2
ATRI-42167c84d335615c0a9f84cc977a7158ca70831b.zip
:rotating_light: 自动进行代码格式化
-rw-r--r--ATRI/plugins/bilibili_dynamic/data_source.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/ATRI/plugins/bilibili_dynamic/data_source.py b/ATRI/plugins/bilibili_dynamic/data_source.py
index 4ee6500..14143e6 100644
--- a/ATRI/plugins/bilibili_dynamic/data_source.py
+++ b/ATRI/plugins/bilibili_dynamic/data_source.py
@@ -54,13 +54,13 @@ def get_session():
async def bilibili_request(
- method: str,
- url: str,
- params: dict = dict(),
- data: Any = None,
- no_csrf: bool = False,
- json_body: bool = False,
- **kwargs,
+ method: str,
+ url: str,
+ params: dict = dict(),
+ data: Any = None,
+ no_csrf: bool = False,
+ json_body: bool = False,
+ **kwargs,
) -> dict:
"""
向接口发送请求。