mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix: bump FAB to 4.1.2 (#20483)
This commit is contained in:
committed by
GitHub
parent
bcc51400bd
commit
c56e37cda2
@@ -47,7 +47,9 @@ class StartEndDttmValidator: # pylint: disable=too-few-public-methods
|
||||
)
|
||||
|
||||
|
||||
class AnnotationModelView(SupersetModelView, CompactCRUDMixin):
|
||||
class AnnotationModelView(
|
||||
SupersetModelView, CompactCRUDMixin
|
||||
): # pylint: disable=too-many-ancestors
|
||||
datamodel = SQLAInterface(Annotation)
|
||||
include_route_methods = RouteMethod.CRUD_SET | {"annotation"}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user