hgext/share.py
changeset 51863 f4733654f144
parent 50797 4c6151b69085
--- a/hgext/share.py	Mon Sep 16 15:36:38 2024 +0200
+++ b/hgext/share.py	Mon Sep 16 15:36:44 2024 +0200
@@ -65,6 +65,7 @@
     and there are no untracked files, delete that share and create a new share.
 '''
 
+from __future__ import annotations
 
 from mercurial.i18n import _
 from mercurial import (