Skip to content

Commit

Permalink
Remove unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
pogzyb committed Nov 6, 2024
1 parent 5f5115b commit 91a5fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncwhois/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def _do_query(
return chain

async def _aio_do_query(
self, server: str, data: str, regex: str, chain: list[str], depth: int = 0
self, server: str, data: str, regex: str, chain: list[str]
) -> list[str]:
# connect to whois://<server>:43
async with self._aio_create_connection(
Expand Down

0 comments on commit 91a5fc5

Please sign in to comment.