mercurial/graphmod.py
changeset 51859 f4733654f144
parent 51725 278af66e6595
--- a/mercurial/graphmod.py	Mon Sep 16 15:36:38 2024 +0200
+++ b/mercurial/graphmod.py	Mon Sep 16 15:36:44 2024 +0200
@@ -17,6 +17,7 @@
 Data depends on type.
 """
 
+from __future__ import annotations
 
 import typing