Skip to content

Commit c8477d9

Browse files
committed
nit update
1 parent c0c3738 commit c8477d9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/integration/test_batch.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
import pytest
2-
import time
32

4-
from labelbox import Dataset, Project, Batch, DataRow, Label
3+
from labelbox import Dataset, Project
54

65
IMAGE_URL = "https://storage.googleapis.com/diagnostics-demo-data/coco/COCO_train2014_000000000034.jpg"
76

8-
import logging
9-
10-
logging.basicConfig(level=logging.DEBUG)
11-
127

138
@pytest.fixture
149
def big_dataset(dataset: Dataset):

0 commit comments

Comments
 (0)