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 f9a93d9 commit bee42bbCopy full SHA for bee42bb
tests/data/annotation_types/classification/test_classification.py
@@ -43,7 +43,7 @@ def test_subclass():
43
classification = ClassificationAnnotation(value=Text(answer=answer))
44
classification = ClassificationAnnotation(value=Text(answer=answer),
45
name=name)
46
- assert classification.dict(by_alias=True) == {
+ assert classification.dict() == {
47
'name': name,
48
'feature_schema_id': None,
49
'extra': {},
0 commit comments