FIX support Python 3.8 and 3.13
This commit is contained in:
parent
82ef0468f2
commit
d1982ed773
|
|
@ -1,4 +1,5 @@
|
|||
from typing import Dict, List, Any, Union, TypedDict, Optional, Set
|
||||
from typing import Dict, List, Any, Union, Optional, Set
|
||||
from typing_extensions import TypedDict
|
||||
|
||||
class WorkLogEntry(TypedDict):
|
||||
timestamp: str
|
||||
|
|
|
|||
Loading…
Reference in New Issue