We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768bdbd commit 805179cCopy full SHA for 805179c
labelbox/schema/asset_attachment.py
@@ -33,7 +33,7 @@ def __missing__(cls, value: object):
33
RAW_TEXT = "RAW_TEXT"
34
TEXT_URL = "TEXT_URL"
35
PDF_URL = "PDF_URL"
36
- CAMERA_IMAGE = "CAMERA_IMAGE" # Used by experimental point-cloud editor
+ CAMERA_IMAGE = "CAMERA_IMAGE" # Used by experimental point-cloud editor
37
38
for topic in AttachmentType:
39
vars()[topic.name] = topic.value
0 commit comments