Skip to content

Commit e0b1387

Browse files
committed
Fix pydocstyle
1 parent b672d3b commit e0b1387

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • reportportal_client/_internal/aio

reportportal_client/_internal/aio/tasks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def blocking_result(self) -> _T:
5454
5555
:return: execution result or raise an error, or return immediately if already executed
5656
"""
57-
5857
if self.done():
5958
result = self.result()
6059
else:

0 commit comments

Comments
 (0)