mercurial/scmwindows.py
changeset 52645 4cb75772818d
parent 51859 f4733654f144
--- a/mercurial/scmwindows.py	Sun Jan 05 22:26:16 2025 -0500
+++ b/mercurial/scmwindows.py	Mon Jan 06 00:30:55 2025 -0500
@@ -115,5 +115,5 @@
     return userhome + path[i:]
 
 
-def termsize(ui: "uimod.ui") -> Tuple[int, int]:
+def termsize(ui: uimod.ui) -> Tuple[int, int]:
     return win32.termsize()