Skip to content

Commit 90fbd4e

Browse files
author
Matt Sokoloff
committed
add missing libs
1 parent 7c31e2d commit 90fbd4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/integration/conftest.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414

1515
from labelbox import Client, LabelingFrontend
1616
from labelbox.orm.query import results_query_part
17+
from labelbox.schema.invite import Invite
18+
from labelbox.orm.db_object import DbObject
19+
from labelbox.orm.model import Entity
20+
from labelbox.orm import query
1721
from labelbox.pagination import PaginatedCollection
1822
from labelbox.schema.invite import Invite
1923
from labelbox.schema.user import User

0 commit comments

Comments
 (0)