mirror of
https://github.com/apache/superset.git
synced 2026-04-17 15:15:20 +00:00
chore: remove annotation layer FAB CRUD model view (#22178)
This commit is contained in:
committed by
GitHub
parent
d1567ba06d
commit
a77b2d6ebf
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user