mercurial/statprof.py
changeset 52645 4cb75772818d
parent 52638 dc36535a5edc
--- a/mercurial/statprof.py	Sun Jan 05 22:26:16 2025 -0500
+++ b/mercurial/statprof.py	Mon Jan 06 00:30:55 2025 -0500
@@ -159,7 +159,7 @@
 
 
 class ProfileState:
-    samples: List["Sample"]
+    samples: List[Sample]
 
     def __init__(self, frequency=None):
         self.reset(frequency)