mercurial/wireprotov1peer.py
changeset 50929 18c8c18993f0
parent 50928 d718eddf01d9
--- a/mercurial/wireprotov1peer.py	Thu Aug 31 23:56:15 2023 +0200
+++ b/mercurial/wireprotov1peer.py	Fri Sep 01 00:09:55 2023 +0200
@@ -12,10 +12,6 @@
 from concurrent import futures
 from .i18n import _
 from .node import bin
-from .pycompat import (
-    getattr,
-    setattr,
-)
 from . import (
     bundle2,
     changegroup as changegroupmod,