Skip to content

Commit c766e30

Browse files
committed
removal of unneeded imports
1 parent 7c245c0 commit c766e30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

labelbox/schema/asset_attachment.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
from enum import Enum
22
from typing import Dict
33

4-
from labelbox.orm.db_object import DbObject, Deletable
4+
from labelbox.orm.db_object import DbObject
55
from labelbox.orm.model import Field
66

77

8-
class AssetAttachment(DbObject, Deletable):
8+
class AssetAttachment(DbObject):
99
""" Asset attachment provides extra context about an asset while labeling.
1010
1111
Attributes:

0 commit comments

Comments
 (0)