hgext/rebase.py
changeset 51863 f4733654f144
parent 51703 ca7bde5dbafb
--- a/hgext/rebase.py	Mon Sep 16 15:36:38 2024 +0200
+++ b/hgext/rebase.py	Mon Sep 16 15:36:44 2024 +0200
@@ -14,6 +14,7 @@
 https://mercurial-scm.org/wiki/RebaseExtension
 '''
 
+from __future__ import annotations
 
 import os