mercurial/windows.py
changeset 49910 464fe8b8f474
parent 49907 58dff81ffba1
child 49912 2b1476714849
--- a/mercurial/windows.py	Fri Dec 16 14:24:02 2022 -0500
+++ b/mercurial/windows.py	Fri Dec 16 18:14:54 2022 -0500
@@ -664,10 +664,10 @@
 
 
 class cachestat:
-    def __init__(self, path):
+    def __init__(self, path: bytes) -> None:
         pass
 
-    def cacheable(self):
+    def cacheable(self) -> bool:
         return False