mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Workaround mypy bug
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user