diff -r d718eddf01d9 -r 18c8c18993f0 mercurial/chgserver.py --- a/mercurial/chgserver.py Thu Aug 31 23:56:15 2023 +0200 +++ b/mercurial/chgserver.py Fri Sep 01 00:09:55 2023 +0200 @@ -49,10 +49,6 @@ import time from .i18n import _ -from .pycompat import ( - getattr, - setattr, -) from .node import hex from . import (