Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Sep 26, 2023
1 parent 27d78f8 commit 3c52746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reportportal_client/aio/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class Client:
print_output: Optional[TextIO]
_skip_analytics: str
__session: Optional[aiohttp.ClientSession]
__stat_task: Optional[asyncio.Task[aiohttp.ClientResponse]]
__stat_task: Optional[asyncio.Task]

def __init__(
self,
Expand Down

0 comments on commit 3c52746

Please sign in to comment.