File tree Expand file tree Collapse file tree 2 files changed +0
-23
lines changed
libs/labelbox/tests/integration Expand file tree Collapse file tree 2 files changed +0
-23
lines changed Original file line number Diff line number Diff line change 7
7
from typing import Type
8
8
9
9
import pytest
10
- < << << << HEAD
11
- == == == =
12
- from constants import (
13
- CAPTURE_DT_SCHEMA_ID ,
14
- SPLIT_SCHEMA_ID ,
15
- TEST_SPLIT_ID ,
16
- TEXT_SCHEMA_ID ,
17
- )
18
- > >> >> >> a4fe5b93 (Refactor get datarows tests so that I can reuse some fixtures )
19
10
20
11
from labelbox import (
21
12
Classification ,
33
24
from labelbox .schema .ontology_kind import OntologyKind
34
25
from labelbox .schema .queue_mode import QueueMode
35
26
from labelbox .schema .user import User
36
- < << << << HEAD
37
27
38
28
39
29
@pytest .fixture
@@ -58,8 +48,6 @@ def constants():
58
48
"EXPECTED_METADATA_SCHEMA_IDS" : EXPECTED_METADATA_SCHEMA_IDS ,
59
49
"CUSTOM_TEXT_SCHEMA_NAME" : CUSTOM_TEXT_SCHEMA_NAME ,
60
50
}
61
- == == == =
62
- >> >> >> > a4fe5b93 (Refactor get datarows tests so that I can reuse some fixtures )
63
51
64
52
65
53
@pytest .fixture
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments