Skip to content

Commit af7bab7

Browse files
committed
Add missed 'start' function in type annotations
1 parent d1be739 commit af7bab7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

reportportal_client/client.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,5 @@ class RPClient:
104104
description: Optional[Text]) -> Text: ...
105105

106106
def current_item(self) -> Text: ...
107+
108+
def start(self) -> None : ...

0 commit comments

Comments
 (0)