File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 14
14
from labelbox import Client
15
15
from labelbox import LabelingFrontend
16
16
from labelbox .orm import query
17
- from labelbox .schema .annotation_import import MALPredictionImport
18
- from labelbox .orm .db_object import Entity , DbObject
19
17
from labelbox .pagination import PaginatedCollection
20
18
from labelbox .schema .invite import Invite
21
19
from labelbox .schema .user import User
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ def test_html_instructions(configured_project):
117
117
118
118
119
119
def test_same_ontology_after_instructions (
120
- client , configured_project_with_complex_ontology ):
120
+ configured_project_with_complex_ontology ):
121
121
project , _ = configured_project_with_complex_ontology
122
122
initial_ontology = project .ontology ().normalized
123
123
project .upsert_instructions ('tests/data/assets/loremipsum.pdf' )
Original file line number Diff line number Diff line change 1
- import os
2
- import re
3
- import uuid
4
- import time
5
1
from datetime import datetime
6
- from enum import Enum
7
2
from random import randint
8
3
from string import ascii_letters
9
4
You can’t perform that action at this time.
0 commit comments