changeset 49319:a75b530cfc29

typing: add a missing suppression directive for `msvcrt`
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 13 Jun 2022 11:20:57 -0400
parents 6b39c7265935
children c12c843f0db7
files mercurial/windows.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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