mercurial/bundlerepo.py
changeset 51859 f4733654f144
parent 51699 ca7bde5dbafb
child 51866 9d4ad05bc91c
--- a/mercurial/bundlerepo.py	Mon Sep 16 15:36:38 2024 +0200
+++ b/mercurial/bundlerepo.py	Mon Sep 16 15:36:44 2024 +0200
@@ -11,6 +11,7 @@
 were part of the actual repository.
 """
 
+from __future__ import annotations
 
 import contextlib
 import os