Skip to content

Commit c0d2237

Browse files
committed
Fix pydocstyle
1 parent def9dd8 commit c0d2237

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pytest_reportportal/rp_logging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212

1313
def is_api_worker(target):
14+
"""Check if target is an RP worker thread."""
1415
if target:
1516
method_name = getattr(target, '__name__', None)
1617
method_self = getattr(target, '__self__', None)

0 commit comments

Comments
 (0)