Skip to content

Commit 907b21a

Browse files
committed
Change import of BaseModel
1 parent 7320611 commit 907b21a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from typing import Dict
2-
from labelbox import pydantic_compat
2+
from labelbox.pydantic_compat import BaseModel
33

44
from typing import Dict
55

6-
class ProjectOverview(pydantic_compat.BaseModel):
6+
class ProjectOverview(BaseModel):
77
"""
88
Class that represents a project summary as displayed in the UI, in Annotate,
99
under the "Overview" tab of a particular project.

0 commit comments

Comments
 (0)