Skip to content

Commit 802509c

Browse files
yileicopybara-github
authored andcommitted
Fix this func signature, it shouldn't contain a bare * at the end.
Related: abseil#266 PiperOrigin-RevId: 600482233
1 parent 8abdd60 commit 802509c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

absl/app.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ def call_after_init(callback: Callable[[], Any]) -> None:
8484
def run(
8585
main: Callable[[List[Text]], Any],
8686
argv: Optional[List[Text]] = ...,
87-
*,
8887
) -> NoReturn:
8988
...
9089

0 commit comments

Comments
 (0)