mercurial/hg.py
changeset 52645 4cb75772818d
parent 52644 e627cc25b6f3
child 52725 0f2268783c11
--- a/mercurial/hg.py	Sun Jan 05 22:26:16 2025 -0500
+++ b/mercurial/hg.py	Mon Jan 06 00:30:55 2025 -0500
@@ -1612,7 +1612,7 @@
 # Files of interest
 # Used to check if the repository has changed looking at mtime and size of
 # these files.
-foi: "List[Tuple[str, bytes]]" = [
+foi: List[Tuple[str, bytes]] = [
     ('spath', b'00changelog.i'),
     ('spath', b'phaseroots'),  # ! phase can change content at the same size
     ('spath', b'obsstore'),