Make mypy happy

This commit is contained in:
Kovid Goyal 2025-12-19 11:57:48 +05:30
parent 315fa53198
commit fd9d49a438
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -178,6 +178,7 @@ class OSWindowDict(TypedDict):
is_active: bool
last_focused: bool
tabs: list[TabDict]
active_tab_history: tuple[int, ...]
wm_class: str
wm_name: str
background_opacity: float