hgext/split.py
changeset 51863 f4733654f144
parent 50884 b5066b2b40f2
--- a/hgext/split.py	Mon Sep 16 15:36:38 2024 +0200
+++ b/hgext/split.py	Mon Sep 16 15:36:44 2024 +0200
@@ -7,6 +7,7 @@
 # GNU General Public License version 2 or any later version.
 """command to split a changeset into smaller ones (EXPERIMENTAL)"""
 
+from __future__ import annotations
 
 from mercurial.i18n import _