mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix: bump FAB to 4.1.2 (#20483)
This commit is contained in:
committed by
Michael S. Molina
parent
92038db579
commit
63229dcf56
@@ -35,7 +35,9 @@ from .base import BaseSupersetView, DeleteMixin, json_success, SupersetModelView
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
|
||||
class SavedQueryView(SupersetModelView, DeleteMixin):
|
||||
class SavedQueryView(
|
||||
SupersetModelView, DeleteMixin
|
||||
): # pylint: disable=too-many-ancestors
|
||||
datamodel = SQLAInterface(SavedQuery)
|
||||
include_route_methods = RouteMethod.CRUD_SET
|
||||
|
||||
|
||||
Reference in New Issue
Block a user