changeset 49389 | 093e5c274f54 |
parent 48946 | 642e31cb55f0 |
child 51863 | f4733654f144 |
--- a/mercurial/hgweb/__init__.py Wed Jul 13 18:27:40 2022 +0200 +++ b/mercurial/hgweb/__init__.py Wed Jul 13 11:30:13 2022 -0400 @@ -18,12 +18,15 @@ from ..utils import procutil +# pytype: disable=pyi-error from . import ( hgweb_mod, hgwebdir_mod, server, ) +# pytype: enable=pyi-error + def hgweb(config, name=None, baseui=None): """create an hgweb wsgi object