typing: add a missing suppression directive for `msvcrt`
authorMatt Harbison <matt_harbison@yahoo.com>
Mon, 13 Jun 2022 11:20:57 -0400
changeset 49319 a75b530cfc29
parent 49318 6b39c7265935
child 49321 c12c843f0db7
typing: add a missing suppression directive for `msvcrt`
mercurial/windows.py
--- 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