Cleaned code
This commit is contained in:
parent
0ee727bca7
commit
932f33e372
5 changed files with 11 additions and 14 deletions
|
|
@ -1,6 +1,7 @@
|
|||
from typing_extensions import TypedDict
|
||||
from typing import Literal, NotRequired
|
||||
|
||||
from typing_extensions import TypedDict
|
||||
|
||||
|
||||
class StartResponse(TypedDict):
|
||||
status: Literal["running", "started"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue