Skip to content

Commit

Permalink
Fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Sep 22, 2023
1 parent d698d98 commit f517fc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion reportportal_client/aio/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f517fc5

Please sign in to comment.