mercurial/chgserver.py
changeset 51859 f4733654f144
parent 51727 92845af308b4
child 52643 5cc8deb96b48
--- a/mercurial/chgserver.py	Mon Sep 16 15:36:38 2024 +0200
+++ b/mercurial/chgserver.py	Mon Sep 16 15:36:44 2024 +0200
@@ -39,6 +39,7 @@
   skiphash = False
 """
 
+from __future__ import annotations
 
 import inspect
 import os