hgext3rd/__init__.py
changeset 51863 f4733654f144
parent 48875 6000f5b25c9b
--- a/hgext3rd/__init__.py	Mon Sep 16 15:36:38 2024 +0200
+++ b/hgext3rd/__init__.py	Mon Sep 16 15:36:44 2024 +0200
@@ -1,4 +1,7 @@
 # name space package to host third party extensions
+
+from __future__ import annotations
+
 import pkgutil
 
 __path__ = pkgutil.extend_path(__path__, __name__)