hgext/largefiles/remotestore.py
changeset 51863 f4733654f144
parent 48916 bac59722c5a3
--- a/hgext/largefiles/remotestore.py	Mon Sep 16 15:36:38 2024 +0200
+++ b/hgext/largefiles/remotestore.py	Mon Sep 16 15:36:44 2024 +0200
@@ -6,6 +6,8 @@
 
 '''remote largefile store; the base class for wirestore'''
 
+from __future__ import annotations
+
 from mercurial.i18n import _
 
 from mercurial import (