Description: Remove type annotation in tests
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2025-02-23

--- python-gcal-sync-7.0.0.orig/tests/conftest.py
+++ python-gcal-sync-7.0.0/tests/conftest.py
@@ -26,7 +26,7 @@ ApiResult = Callable[[dict[str, Any]], N
 ApiRequest = Callable[[], list[dict[str, Any]]]
 _T = TypeVar("_T")
 YieldFixture = Generator[_T, None, None]
-NestTestClient = TestClient[aiohttp.web.Request, aiohttp.web.Application]
+NestTestClient = TestClient
 
 
 class FakeAuth(AbstractAuth):  # pylint: disable=too-few-public-methods
