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 c802abb commit 3dafbd7Copy full SHA for 3dafbd7
labelbox/data/annotation_types/collection.py
@@ -22,10 +22,11 @@ class LabelList:
22
Use on smaller datasets.
23
"""
24
25
- warnings.warn("LabelList is deprecated and will be "
26
- "removed in a future release.")
27
28
def __init__(self, data: Optional[Iterable[Label]] = None):
+ warnings.warn("LabelList is deprecated and will be "
+ "removed in a future release.")
29
+
30
if data is None:
31
self._data = []
32
elif isinstance(data, Label):
0 commit comments