Skip to content

Commit e10c156

Browse files
author
Kevin Kim
committed
Removing unused imports
1 parent 2770688 commit e10c156

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

labelbox/schema/dataset.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from collections.abc import Iterable
66
import time
77
import ndjson
8-
from itertools import islice, chain
8+
from itertools import islice
99

1010
from concurrent.futures import ThreadPoolExecutor, as_completed
1111
from io import StringIO
@@ -15,7 +15,6 @@
1515
from labelbox.exceptions import InvalidQueryError, LabelboxError, ResourceNotFoundError, InvalidAttributeError
1616
from labelbox.orm.db_object import DbObject, Updateable, Deletable
1717
from labelbox.orm.model import Entity, Field, Relationship
18-
from labelbox.schema.data_row_metadata import DataRowMetadataField
1918

2019
if TYPE_CHECKING:
2120
from labelbox import Task, User, DataRow

0 commit comments

Comments
 (0)