mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: Update pre-commit packages (#23173)
This commit is contained in:
@@ -430,7 +430,6 @@ class SavedQuery(Model, AuditMixinNullable, ExtraJSONMixin, ImportExportMixin):
|
||||
|
||||
|
||||
class TabState(Model, AuditMixinNullable, ExtraJSONMixin):
|
||||
|
||||
__tablename__ = "tab_state"
|
||||
|
||||
# basic info
|
||||
@@ -493,7 +492,6 @@ class TabState(Model, AuditMixinNullable, ExtraJSONMixin):
|
||||
|
||||
|
||||
class TableSchema(Model, AuditMixinNullable, ExtraJSONMixin):
|
||||
|
||||
__tablename__ = "table_schema"
|
||||
|
||||
id = Column(Integer, primary_key=True, autoincrement=True)
|
||||
|
||||
Reference in New Issue
Block a user