hgext/fastexport.py
changeset 51863 f4733654f144
parent 50994 a97f2b50219b
--- a/hgext/fastexport.py	Mon Sep 16 15:36:38 2024 +0200
+++ b/hgext/fastexport.py	Mon Sep 16 15:36:44 2024 +0200
@@ -7,6 +7,8 @@
 # The format specification for fast-import streams can be found at
 # https://git-scm.com/docs/git-fast-import#_input_format
 
+from __future__ import annotations
+
 import re
 
 from mercurial.i18n import _