From 91a5fc5a3b713fb531c9f1cb103f4c228a589c16 Mon Sep 17 00:00:00 2001 From: Joe Obarzanek Date: Wed, 6 Nov 2024 08:06:34 -0500 Subject: [PATCH] Remove unused param --- asyncwhois/query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(