Skip to content

Commit

Permalink
Add missed types
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Oct 13, 2023
1 parent 5bd01d2 commit 117ca91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions reportportal_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,10 @@ def create_client(
:type shutdown_timeout: float
:param trigger_num: For Async Batched Client only. Number of tasks which triggers Task batch
execution.
:type trigger_num: int
:param trigger_interval: For Async Batched Client only. Time limit which triggers Task batch
execution.
:type trigger_interval: float
:return: ReportPortal Client instance.
"""
if client_type is ClientType.SYNC:
Expand Down

0 comments on commit 117ca91

Please sign in to comment.