We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe7d0c commit 8ce9e99Copy full SHA for 8ce9e99
libs/labelbox/src/labelbox/schema/project_overview.py
@@ -1,5 +1,6 @@
1
-from typing import Dict, List, TypedDict
+from typing import Dict, List
2
from labelbox.pydantic_compat import BaseModel
3
+from typing_extensions import TypedDict
4
5
class ProjectOverview(BaseModel):
6
"""
0 commit comments