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 7c245c0 commit c766e30Copy full SHA for c766e30
labelbox/schema/asset_attachment.py
@@ -1,11 +1,11 @@
1
from enum import Enum
2
from typing import Dict
3
4
-from labelbox.orm.db_object import DbObject, Deletable
+from labelbox.orm.db_object import DbObject
5
from labelbox.orm.model import Field
6
7
8
-class AssetAttachment(DbObject, Deletable):
+class AssetAttachment(DbObject):
9
""" Asset attachment provides extra context about an asset while labeling.
10
11
Attributes:
0 commit comments