🏷️ update type hints

This commit is contained in:
2024-11-25 14:35:32 +08:00
parent 630845fe0d
commit 2c605fc2dc
5 changed files with 23 additions and 11 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ async def test_subs_export(app: App, tmp_path: Path):
cookie_name="test cookie",
)
)
await config.add_cookie_target("weibo_id", "weibo", cookie_id)
await config.add_cookie_target(TTarget("weibo_id"), "weibo", cookie_id)
assert len(await config.list_subs_with_all_info()) == 3