Skip to content

Commit a621f67

Browse files
author
Kevin Kim
committed
Get rid of newline at dataset
1 parent 660819a commit a621f67

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

labelbox/schema/dataset.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,6 @@ def export_data_rows(self, timeout_seconds=120) -> Generator:
430430
response = requests.get(download_url)
431431
response.raise_for_status()
432432
reader = ndjson.reader(StringIO(response.text))
433-
434433
# TODO: Update result to parse metadataFields when resolver returns
435434
return (Entity.DataRow(self.client, {
436435
**result, 'metadataFields': []

0 commit comments

Comments
 (0)