Merge pull request #6 from leonj1/fix_support_more_py_versions

FIX support Python 3.8 and 3.13
This commit is contained in:
AI Christianson 2024-12-25 16:38:14 -05:00 committed by GitHub
commit 64fc0f6b99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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