hgext/extdiff.py
changeset 52645 4cb75772818d
parent 52019 d1b54c152673
--- a/hgext/extdiff.py	Sun Jan 05 22:26:16 2025 -0500
+++ b/hgext/extdiff.py	Mon Jan 06 00:30:55 2025 -0500
@@ -164,8 +164,8 @@
 
 
 def snapshot(
-    ui: "uimod.ui",
-    repo: "localrepo.localrepository",
+    ui: uimod.ui,
+    repo: localrepo.localrepository,
     files,
     node: Optional[bytes],
     tmproot: bytes,