mercurial/bundle2.py
changeset 51859 f4733654f144
parent 51858 607e94e01851
child 51892 8583d138f436
--- a/mercurial/bundle2.py	Mon Sep 16 15:36:38 2024 +0200
+++ b/mercurial/bundle2.py	Mon Sep 16 15:36:44 2024 +0200
@@ -145,6 +145,7 @@
 preserve.
 """
 
+from __future__ import annotations
 
 import collections
 import errno