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 25db9d4 commit 69cf86fCopy full SHA for 69cf86f
tests/data/annotation_types/classification/test_classification.py
@@ -92,7 +92,6 @@ def test_radio():
92
assert classification.dict() == {
93
'answer': {
94
'name': answer.name,
95
- 'feature_schema_id': None,
96
'extra': {}
97
}
98
@@ -107,7 +106,6 @@ def test_radio():
107
106
'value': {
108
109
110
111
112
113
@@ -144,7 +142,6 @@ def test_checklist():
144
142
145
143
'answer': [{
146
147
148
149
}]
150
},
0 commit comments