hgext/extdiff.py
changeset 51859 f4733654f144
parent 51855 b60f25f00e94
child 52019 d1b54c152673
--- a/hgext/extdiff.py	Mon Sep 16 15:36:38 2024 +0200
+++ b/hgext/extdiff.py	Mon Sep 16 15:36:44 2024 +0200
@@ -81,6 +81,7 @@
 pretty fast (at least faster than having to compare the entire tree).
 '''
 
+from __future__ import annotations
 
 import os
 import re