hgext/git/manifest.py
changeset 51863 f4733654f144
parent 48946 642e31cb55f0
--- a/hgext/git/manifest.py	Mon Sep 16 15:36:38 2024 +0200
+++ b/hgext/git/manifest.py	Mon Sep 16 15:36:44 2024 +0200
@@ -1,3 +1,5 @@
+from __future__ import annotations
+
 from mercurial import (
     match as matchmod,
     pathutil,