mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-17 22:09:45 +08:00
Allowlist-only fixes for stubtest on Windows (#9522)
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
keyboard.KeyboardEvent.scan_code
|
||||
keyboard._keyboard_event.KeyboardEvent.scan_code
|
||||
# Defaults don't align with possible values
|
||||
keyboard.mouse.on_button
|
||||
keyboard.mouse.wait
|
||||
# TODO: Should this be allowlisted?
|
||||
keyboard.__main__
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
# Defaults don't align with possible values
|
||||
keyboard.mouse.on_button
|
||||
@@ -0,0 +1,2 @@
|
||||
# Defaults don't align with possible values
|
||||
keyboard.mouse.on_button
|
||||
Reference in New Issue
Block a user