Skip to content

Commit

Permalink
[Units] Add type hint for get_articles function
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Jul 31, 2023
1 parent 5f04608 commit 3d85989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion units/wikis.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ async def get_articles(
aiohttp_session: aiohttp.ClientSession | None = None,
ordered: bool = True,
redirect: bool = True,
remove_duplicate = True
remove_duplicate: bool = True
) -> list[WikiArticle]:
# TODO: Add User-Agent
async with ensure_session(aiohttp_session) as aiohttp_session:
Expand Down

0 comments on commit 3d85989

Please sign in to comment.