diff --git a/integrations/hg/zulip-changegroup.py b/integrations/hg/zulip-changegroup.py index e5784ca..c0bb9ca 100755 --- a/integrations/hg/zulip-changegroup.py +++ b/integrations/hg/zulip-changegroup.py @@ -114,7 +114,7 @@ def get_config(ui, item): return None def hook(ui, repo, **kwargs): - # type: (ui, repo, Optional[Text]) -> None + # type: (ui, repo, **Text) -> None """ Invoked by configuring a [hook] entry in .hg/hgrc. """