Skip to content

Commit

Permalink
Correct typing
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Oct 18, 2023
1 parent 2dece83 commit d819c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robotframework_reportportal/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class Variables:
log_batch_payload_size: int = ...
launch_uuid_print: bool
launch_uuid_print_output: Optional[OutputType]
client_type: Optional[ClientType]
client_type: ClientType
http_timeout: Optional[Union[Tuple[float, float], float]]

def __init__(self) -> None:
Expand Down

0 comments on commit d819c96

Please sign in to comment.