Skip to content

Commit 2c6ea66

Browse files
committed
fix: Pander to ancient python versions
1 parent a10a729 commit 2c6ea66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asknews_sdk/api/wiki.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ async def search_wiki(
7070
full_articles: bool = False,
7171
hybrid_search: bool = False,
7272
diversify: bool = False,
73-
string_guarantee: list[str] = None,
73+
string_guarantee: List[str] = None,
7474
include_main_section: bool = False,
7575
*,
7676
http_headers: Optional[Dict] = None,

0 commit comments

Comments
 (0)