mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: Ensure Mixins are ordered according to the MRO (#26288)
This commit is contained in:
@@ -34,7 +34,7 @@ from superset.models.helpers import (
|
||||
app_config = current_app.config
|
||||
|
||||
|
||||
class SSHTunnel(Model, AuditMixinNullable, ExtraJSONMixin, ImportExportMixin):
|
||||
class SSHTunnel(AuditMixinNullable, ExtraJSONMixin, ImportExportMixin, Model):
|
||||
"""
|
||||
A ssh tunnel configuration in a database.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user