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 e4959df commit f58438fCopy full SHA for f58438f
labelbox/schema/ontology.py
@@ -132,7 +132,8 @@ def __post_init__(self):
132
if self.class_type == Classification.Type.DROPDOWN:
133
warnings.warn(
134
"Dropdown classification is deprecated and will be "
135
- "removed in a future release")
+ "removed in a future release. Dropdown will also "
136
+ "no longer be able to be created in the Editor on 3/31/2022.")
137
138
@property
139
def name(self) -> str:
0 commit comments