hgext/notify.py
changeset 51863 f4733654f144
parent 51862 607e94e01851
--- a/hgext/notify.py	Mon Sep 16 15:36:38 2024 +0200
+++ b/hgext/notify.py	Mon Sep 16 15:36:44 2024 +0200
@@ -155,6 +155,8 @@
 
 '''
 
+from __future__ import annotations
+
 import email.errors as emailerrors
 import email.utils as emailutils
 import fnmatch