diff --git a/third_party/2and3/click/core.pyi b/third_party/2and3/click/core.pyi index 8021e08d2..bcd9d5eea 100644 --- a/third_party/2and3/click/core.pyi +++ b/third_party/2and3/click/core.pyi @@ -278,7 +278,7 @@ class MultiCommand(Command): def get_command(self, ctx: Context, cmd_name: str) -> Optional[Command]: ... - def list_commands(self, ctx: Context) -> Iterable[Command]: + def list_commands(self, ctx: Context) -> Iterable[str]: ...