diff --git a/tests/test_client_functional.py b/tests/test_client_functional.py index 1e319816f85..971aa91074b 100644 --- a/tests/test_client_functional.py +++ b/tests/test_client_functional.py @@ -23,6 +23,7 @@ from aiohttp.abc import AbstractResolver from aiohttp.client_exceptions import ( InvalidURL, + InvalidUrlClientError, InvalidUrlRedirectClientError, NonHttpUrlClientError, NonHttpUrlRedirectClientError,