Skip to content

Commit 675443c

Browse files
committed
Helpers type annotation fixes
1 parent ac03ae6 commit 675443c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

reportportal_client/helpers.pyi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,4 @@ def get_error_messages(data: dict) -> list: ...
2323
def verify_value_length(attributes: list[dict]) -> list[dict]: ...
2424
def timestamp() -> Text: ...
2525
def get_function_params(func: Callable, args: Tuple[Any, ...],
26-
kwargs: Dict[Text, Any]) -> Dict[Text, Text]: ...
27-
def evaluate_status(current_status:Optional[Text],
28-
child_status:Optional[Text]) -> Text: ...
26+
kwargs: Dict[Text, Any]) -> Dict[Text, Any]: ...

0 commit comments

Comments
 (0)