mercurial/httppeer.py
changeset 50929 18c8c18993f0
parent 50928 d718eddf01d9
child 50993 12c308c55e53
--- a/mercurial/httppeer.py	Thu Aug 31 23:56:15 2023 +0200
+++ b/mercurial/httppeer.py	Fri Sep 01 00:09:55 2023 +0200
@@ -15,7 +15,6 @@
 
 from concurrent import futures
 from .i18n import _
-from .pycompat import getattr
 from . import (
     bundle2,
     error,