This commit is contained in:
Kovid Goyal
2021-08-05 07:47:32 +05:30
parent d6a6cbe153
commit 079ff7785c

View File

@@ -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):