Skip to content

Commit 8ce9e99

Browse files
committed
fix TypedDict as per tests
1 parent cfe7d0c commit 8ce9e99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/labelbox/src/labelbox/schema/project_overview.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
from typing import Dict, List, TypedDict
1+
from typing import Dict, List
22
from labelbox.pydantic_compat import BaseModel
3+
from typing_extensions import TypedDict
34

45
class ProjectOverview(BaseModel):
56
"""

0 commit comments

Comments
 (0)