mercurial/lock.py
changeset 52645 4cb75772818d
parent 52640 24ee91ba9aa8
child 52725 0f2268783c11
--- a/mercurial/lock.py	Sun Jan 05 22:26:16 2025 -0500
+++ b/mercurial/lock.py	Mon Jan 06 00:30:55 2025 -0500
@@ -111,7 +111,7 @@
         raiseinterrupt(assertedsigs[0])
 
 
-def trylock(ui, vfs, lockname, timeout, warntimeout, *args, **kwargs) -> "lock":
+def trylock(ui, vfs, lockname, timeout, warntimeout, *args, **kwargs) -> lock:
     """return an acquired lock or raise an a LockHeld exception
 
     This function is responsible to issue warnings and or debug messages about