Skip to content

Commit 8d16c83

Browse files
author
Matt Sokoloff
committed
yapf
1 parent c6a8bec commit 8d16c83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

labelbox/schema/asset_metadata.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ class AssetMetadata(DbObject):
99
meta_type (str): IMAGE, VIDEO, TEXT, or IMAGE_OVERLAY
1010
meta_value (str): URL to an external file or a string of text
1111
"""
12-
12+
1313
VIDEO = "VIDEO"
1414
IMAGE = "IMAGE"
15-
TEXT= "TEXT"
15+
TEXT = "TEXT"
1616
IMAGE_OVERLAY = "IMAGE_OVERLAY"
17-
17+
1818
SUPPORTED_TYPES = {VIDEO, IMAGE, TEXT, IMAGE_OVERLAY}
1919

2020
meta_type = Field.String("meta_type")

0 commit comments

Comments
 (0)