mercurial/revlogutils/deltas.py
changeset 51859 f4733654f144
parent 51725 278af66e6595
child 52644 e627cc25b6f3
--- a/mercurial/revlogutils/deltas.py	Mon Sep 16 15:36:38 2024 +0200
+++ b/mercurial/revlogutils/deltas.py	Mon Sep 16 15:36:44 2024 +0200
@@ -7,6 +7,7 @@
 # GNU General Public License version 2 or any later version.
 """Helper class to compute deltas stored inside revlogs"""
 
+from __future__ import annotations
 
 import abc
 import collections