Skip to content

Commit 6a92ace

Browse files
committed
Some types fix
1 parent 551dfc0 commit 6a92ace

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reportportal_client/client.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ class RPClient:
2020
log_batch_payload_size: int = ...
2121
project: Text = ...
2222
api_key: Text = ...
23-
verify_ssl: bool = ...
23+
verify_ssl: Union[bool, Text] = ...
2424
retries: int = ...
2525
max_pool_size: int = ...
2626
http_timeout: Union[float, Tuple[float, float]] = ...
2727
session: Session = ...
2828
step_reporter: StepReporter = ...
29-
mode: str = ...
29+
mode: Text = ...
3030
_skip_analytics: Text = ...
3131
_item_stack: List[Text] = ...
3232

0 commit comments

Comments
 (0)