FIX support Python 3.8 and 3.13

This commit is contained in:
Jose Leon 2024-12-25 21:22:59 +00:00
parent 82ef0468f2
commit d1982ed773
1 changed files with 2 additions and 1 deletions

View File

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