mercurial/hgweb/wsgicgi.py
changeset 51859 f4733654f144
parent 50940 32c13716147e
--- a/mercurial/hgweb/wsgicgi.py	Mon Sep 16 15:36:38 2024 +0200
+++ b/mercurial/hgweb/wsgicgi.py	Mon Sep 16 15:36:44 2024 +0200
@@ -8,6 +8,7 @@
 # This was originally copied from the public domain code at
 # http://www.python.org/dev/peps/pep-0333/#the-server-gateway-side
 
+from __future__ import annotations
 
 from .. import encoding, pycompat