hgext/highlight/highlight.py
changeset 51863 f4733654f144
parent 51703 ca7bde5dbafb
--- a/hgext/highlight/highlight.py	Mon Sep 16 15:36:38 2024 +0200
+++ b/hgext/highlight/highlight.py	Mon Sep 16 15:36:44 2024 +0200
@@ -8,6 +8,7 @@
 # The original module was split in an interface and an implementation
 # file to defer pygments loading and speedup extension setup.
 
+from __future__ import annotations
 
 from mercurial import demandimport