mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +02:00
Workaround mypy bug
This commit is contained in:
@@ -36,11 +36,11 @@ from .window_list import WindowList
|
|||||||
|
|
||||||
|
|
||||||
class TabMouseEvent(NamedTuple):
|
class TabMouseEvent(NamedTuple):
|
||||||
button: int = -1
|
button: int
|
||||||
modifiers: int = 0
|
modifiers: int
|
||||||
action: int = GLFW_PRESS
|
action: int
|
||||||
at: float = -1000.
|
at: float
|
||||||
tab_idx: Optional[int] = None
|
tab_idx: Optional[int]
|
||||||
|
|
||||||
|
|
||||||
class TabDict(TypedDict):
|
class TabDict(TypedDict):
|
||||||
|
|||||||
Reference in New Issue
Block a user