hgext/mq.py
changeset 51901 f4733654f144
parent 51404 f8bf1a8e9181
--- a/hgext/mq.py	Mon Sep 16 15:36:38 2024 +0200
+++ b/hgext/mq.py	Mon Sep 16 15:36:44 2024 +0200
@@ -62,6 +62,7 @@
 in the strip extension.
 '''
 
+from __future__ import annotations
 
 import os
 import re