mercurial/mdiff.py
changeset 50929 18c8c18993f0
parent 50928 d718eddf01d9
--- a/mercurial/mdiff.py	Thu Aug 31 23:56:15 2023 +0200
+++ b/mercurial/mdiff.py	Fri Sep 01 00:09:55 2023 +0200
@@ -11,10 +11,6 @@
 import zlib
 
 from .i18n import _
-from .pycompat import (
-    getattr,
-    setattr,
-)
 from . import (
     diffhelper,
     encoding,