We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b672d3b commit e0b1387Copy full SHA for e0b1387
reportportal_client/_internal/aio/tasks.py
@@ -54,7 +54,6 @@ def blocking_result(self) -> _T:
54
55
:return: execution result or raise an error, or return immediately if already executed
56
"""
57
-
58
if self.done():
59
result = self.result()
60
else:
0 commit comments