mercurial/context.py
changeset 50929 18c8c18993f0
parent 50252 a6b8b1ab9116
--- a/mercurial/context.py	Thu Aug 31 23:56:15 2023 +0200
+++ b/mercurial/context.py	Fri Sep 01 00:09:55 2023 +0200
@@ -16,9 +16,6 @@
     nullrev,
     short,
 )
-from .pycompat import (
-    getattr,
-)
 from . import (
     dagop,
     encoding,