Cleaned code
This commit is contained in:
parent
0ee727bca7
commit
932f33e372
5 changed files with 11 additions and 14 deletions
|
|
@ -1,7 +1,8 @@
|
|||
from enum import Enum
|
||||
from typing_extensions import TypedDict
|
||||
from typing import NotRequired
|
||||
|
||||
from typing_extensions import TypedDict
|
||||
|
||||
|
||||
class ProcessStatus(Enum):
|
||||
RUNNING = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue