Workaround mypy bug
This commit is contained in:
parent
7a45653575
commit
32ad75c5ab
1 changed files with 5 additions and 5 deletions
|
|
@ -36,11 +36,11 @@
|
|||
|
||||
|
||||
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…
Reference in a new issue