diff --git a/reportportal_client/aio/http.py b/reportportal_client/aio/http.py index 98b09f7a..4e3e0f19 100644 --- a/reportportal_client/aio/http.py +++ b/reportportal_client/aio/http.py @@ -92,7 +92,6 @@ async def _request( if len(exceptions) > 1: if sys.version_info > (3, 10): # noinspection PyCompatibility - raise ExceptionGroup( # noqa: F821 'During retry attempts the following exceptions happened', exceptions