Skip to content

Commit c75294c

Browse files
author
Val Brodsky
committed
Dealing with consts in tests
1 parent 0466c64 commit c75294c

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

libs/labelbox/tests/integration/conftest.py

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@
77
from typing import Type
88

99
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)
1910

2011
from labelbox import (
2112
Classification,
@@ -33,7 +24,6 @@
3324
from labelbox.schema.ontology_kind import OntologyKind
3425
from labelbox.schema.queue_mode import QueueMode
3526
from labelbox.schema.user import User
36-
<<<<<<< HEAD
3727

3828

3929
@pytest.fixture
@@ -58,8 +48,6 @@ def constants():
5848
"EXPECTED_METADATA_SCHEMA_IDS": EXPECTED_METADATA_SCHEMA_IDS,
5949
"CUSTOM_TEXT_SCHEMA_NAME": CUSTOM_TEXT_SCHEMA_NAME,
6050
}
61-
=======
62-
>>>>>>> a4fe5b93 (Refactor get datarows tests so that I can reuse some fixtures)
6351

6452

6553
@pytest.fixture

libs/labelbox/tests/integration/constants.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)