Skip to content

Commit d297ed1

Browse files
author
Matt Sokoloff
committed
Merge branch 'ms/al-3814' of https://github.com/Labelbox/labelbox-python into ms/al-3814
2 parents c8b81e1 + 760241c commit d297ed1

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

labelbox/schema/data_row.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from labelbox.orm.db_object import DbObject, Updateable, BulkDeletable
66
from labelbox.orm.model import Entity, Field, Relationship
77
from labelbox.schema.data_row_metadata import DataRowMetadataField # type: ignore
8-
from labelbox.schema.media_type import MediaType
98

109
if TYPE_CHECKING:
1110
from labelbox import AssetAttachment
@@ -65,9 +64,6 @@ def __init__(self, *args, **kwargs):
6564
self.attachments.supports_filtering = False
6665
self.attachments.supports_sorting = False
6766

68-
def _set_field_values(self, field_values):
69-
super()._set_field_values(field_values)
70-
7167
@staticmethod
7268
def bulk_delete(data_rows) -> None:
7369
""" Deletes all the given DataRows.

labelbox/test.py

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

0 commit comments

Comments
 (0)