mercurial/windows.py
changeset 49319 a75b530cfc29
parent 49318 6b39c7265935
child 49518 805419729e11
--- a/mercurial/windows.py	Mon Jun 13 11:18:41 2022 -0400
+++ b/mercurial/windows.py	Mon Jun 13 11:20:57 2022 -0400
@@ -8,7 +8,7 @@
 
 import errno
 import getpass
-import msvcrt
+import msvcrt  # pytype: disable=import-error
 import os
 import re
 import stat