Skip to content

Commit b40c5e9

Browse files
committed
Ignore typing checking for baidupcs_py/common/keyboard.py at windows
1 parent 46483f9 commit b40c5e9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

baidupcs_py/common/keyboard.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# type: ignore
2-
31
# https://stackoverflow.com/a/22085679/2478637
42
# http://simondlevy.academic.wlu.edu/files/software/kbhit.py
53

@@ -11,6 +9,7 @@
119

1210
# Windows
1311
if os.name == "nt":
12+
# type: ignore
1413
import msvcrt
1514

1615
# Posix (Linux, OS X)

0 commit comments

Comments
 (0)