mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
...
This commit is contained in:
parent
d6a6cbe153
commit
079ff7785c
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ from .window import Watchers, Window
|
|||
try:
|
||||
from typing import TypedDict
|
||||
except ImportError:
|
||||
TypedDict = Dict[str, Any]
|
||||
TypedDict = dict
|
||||
|
||||
|
||||
class LaunchSpec(NamedTuple):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue