mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-04 06:58:28 +08:00
Update mypy to 1.20.0 (#15588)
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
# These __init__ methods have *args, **kwargs arguments on some platforms, but not others
|
||||
pynput.mouse.Controller.__init__
|
||||
|
||||
# Platform specific private utils:
|
||||
pynput._util.xorg_keysyms
|
||||
pynput._util.xorg
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
# These __init__ methods have *args, **kwargs arguments on some platforms, but not others
|
||||
pynput.keyboard.Controller.__init__
|
||||
|
||||
# To reduce duplication, our stubs simplify things:
|
||||
# the runtime has several Controller classes,
|
||||
# some of which have __del__ methods on linux, and some of which don't.
|
||||
pynput.mouse.Controller.__del__
|
||||
pynput.keyboard.Controller.__del__
|
||||
|
||||
# Platform specific implementation detail:
|
||||
pynput.keyboard.Controller.keyboard_mapping
|
||||
@@ -1,2 +0,0 @@
|
||||
# These __init__ methods have *args, **kwargs arguments on some platforms, but not others
|
||||
pynput.keyboard.Controller.__init__
|
||||
Reference in New Issue
Block a user