Skip to content

Commit

Permalink
Fix this func signature, it shouldn't contain a bare * at the end.
Browse files Browse the repository at this point in the history
Related: #266
PiperOrigin-RevId: 600482233
  • Loading branch information
yilei authored and Copybara-Service committed Jan 22, 2024
1 parent 8abdd60 commit 802509c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion absl/app.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def call_after_init(callback: Callable[[], Any]) -> None:
def run(
main: Callable[[List[Text]], Any],
argv: Optional[List[Text]] = ...,
*,
) -> NoReturn:
...

Expand Down

0 comments on commit 802509c

Please sign in to comment.