mercurial/shelve.py
changeset 52645 4cb75772818d
parent 51859 f4733654f144
--- a/mercurial/shelve.py	Sun Jan 05 22:26:16 2025 -0500
+++ b/mercurial/shelve.py	Mon Jan 06 00:30:55 2025 -0500
@@ -88,7 +88,7 @@
         else:
             self.vfs = vfsmod.vfs(repo.vfs.join(shelvedir))
 
-    def get(self, name: bytes) -> "Shelf":
+    def get(self, name: bytes) -> Shelf:
         return Shelf(self.vfs, name)
 
     def listshelves(self) -> List[Tuple[float, bytes]]: