Make mypy happy
This commit is contained in:
parent
315fa53198
commit
fd9d49a438
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue