From f517fc57e74dc5a49821594d4fc2e38fb655da7a Mon Sep 17 00:00:00 2001 From: Vadzim Hushchanskou Date: Fri, 22 Sep 2023 15:03:54 +0300 Subject: [PATCH] Fix flake8 --- reportportal_client/aio/http.py | 1 - 1 file changed, 1 deletion(-) 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