...
This commit is contained in:
parent
d6a6cbe153
commit
079ff7785c
@ -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…
x
Reference in New Issue
Block a user