Workaround mypy bug
This commit is contained in:
parent
7a45653575
commit
32ad75c5ab
@ -36,11 +36,11 @@ from .window_list import WindowList
|
||||
|
||||
|
||||
class TabMouseEvent(NamedTuple):
|
||||
button: int = -1
|
||||
modifiers: int = 0
|
||||
action: int = GLFW_PRESS
|
||||
at: float = -1000.
|
||||
tab_idx: Optional[int] = None
|
||||
button: int
|
||||
modifiers: int
|
||||
action: int
|
||||
at: float
|
||||
tab_idx: Optional[int]
|
||||
|
||||
|
||||
class TabDict(TypedDict):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user