hgext/largefiles/wirestore.py
changeset 51859 f4733654f144
parent 48875 6000f5b25c9b
child 52643 5cc8deb96b48
--- a/hgext/largefiles/wirestore.py	Mon Sep 16 15:36:38 2024 +0200
+++ b/hgext/largefiles/wirestore.py	Mon Sep 16 15:36:44 2024 +0200
@@ -5,6 +5,8 @@
 
 '''largefile store working over Mercurial's wire protocol'''
 
+from __future__ import annotations
+
 from . import (
     lfutil,
     remotestore,