diff --git a/asyncwhois/query.py b/asyncwhois/query.py index 2bdfb01..7e2c2da 100644 --- a/asyncwhois/query.py +++ b/asyncwhois/query.py @@ -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://:43 async with self._aio_create_connection(