Skip to content
Snippets Groups Projects
Commit c5ce908b authored by Tim Repke's avatar Tim Repke
Browse files

fixes to make unranked multi-labels work

parent a4b89fb3
No related branches found
No related tags found
2 merge requests!15Master,!6fixes to make unranked multi-labels work
Pipeline #962 failed
......@@ -469,7 +469,7 @@ async def list_saved_resolved_annotations(permissions=Depends(UserPermissionChec
BotAnnotationMetaData.time_updated,
BotAnnotationMetaData.time_created)))) \
.scalars().all()
print([BotAnnotationMetaDataBaseModel.parse_obj(e.__dict__) for e in exports])
return [BotAnnotationMetaDataBaseModel.parse_obj(e.__dict__) for e in exports]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment