mercurial/util.py
changeset 51859 f4733654f144
parent 51846 f5c46c3518a5
child 51876 8f3cbea2547c
--- a/mercurial/util.py	Mon Sep 16 15:36:38 2024 +0200
+++ b/mercurial/util.py	Mon Sep 16 15:36:44 2024 +0200
@@ -13,6 +13,7 @@
 hide platform-specific details from the core.
 """
 
+from __future__ import annotations
 
 import abc
 import collections