chore: remove annotation layer FAB CRUD model view (#22178)

This commit is contained in:
Daniel Vaz Gaspar
2022-11-22 16:19:57 +00:00
committed by GitHub
parent d1567ba06d
commit a77b2d6ebf
10 changed files with 35 additions and 166 deletions

View File

@@ -70,7 +70,7 @@ class CreateAnnotationCommand(BaseCommand):
# validate date time sanity
if start_dttm and end_dttm and end_dttm < start_dttm:
exceptions.append(AnnotationDatesValidationError)
exceptions.append(AnnotationDatesValidationError())
if exceptions:
exception = AnnotationInvalidError()