Skip to content

Commit 543c534

Browse files
author
Matt Sokoloff
committed
rename parama
1 parent 6c3ed54 commit 543c534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labelbox/schema/data_row.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class DataRow(DbObject, Updateable, BulkDeletable):
4242
"AssetMetadata",
4343
False,
4444
"metadata",
45-
deprecation_message=
45+
deprecation_warning=
4646
"`DataRow.metadata()` is deprecated. Use `DataRow.attachments()` instead."
4747
)
4848
attachments = Relationship.ToMany("AssetAttachment", False, "attachments")

0 commit comments

Comments
 (0)