diff --git a/tests/aio/test_aio_client.py b/tests/aio/test_aio_client.py index 6d644a5..a202a16 100644 --- a/tests/aio/test_aio_client.py +++ b/tests/aio/test_aio_client.py @@ -22,7 +22,7 @@ import aiohttp # noinspection PyPackageRequirements import pytest -from aiohttp import ServerTimeoutError, ServerConnectionError +from aiohttp import ServerConnectionError from reportportal_client import OutputType # noinspection PyProtectedMember