Skip to content

Commit ffb6429

Browse files
Alexandra CotaAlexandra Cota
authored andcommitted
edit docstrings in data_row.py
1 parent 85760b3 commit ffb6429

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

labelbox/schema/data_row.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class DataRow(DbObject, Updateable, BulkDeletable):
2323
@staticmethod
2424
def bulk_delete(data_rows):
2525
""" Deletes all the given DataRows.
26+
2627
Args:
2728
data_rows (list of DataRow): The DataRows to delete.
2829
"""
@@ -35,11 +36,12 @@ def __init__(self, *args, **kwargs):
3536

3637
def create_metadata(self, meta_type, meta_value):
3738
""" Creates an asset metadata for this DataRow.
39+
3840
Args:
3941
meta_type (str): Asset metadata type, must be one of:
4042
VIDEO, IMAGE, TEXT.
4143
meta_value (str): Asset metadata value.
42-
Return:
44+
Returns:
4345
AssetMetadata DB object.
4446
"""
4547
meta_type_param = "metaType"

0 commit comments

Comments
 (0)