diff -r 4eccb65e444f -r 454feddab720 hgext/zeroconf/Zeroconf.py --- a/hgext/zeroconf/Zeroconf.py Wed Aug 28 23:25:26 2024 +0200 +++ b/hgext/zeroconf/Zeroconf.py Fri Sep 06 02:12:19 2024 +0200 @@ -89,7 +89,7 @@ from mercurial import pycompat -__all__ = [b"Zeroconf", b"ServiceInfo", b"ServiceBrowser"] +__all__ = ["Zeroconf", "ServiceInfo", "ServiceBrowser"] # hook for threads