mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
chore(backend): Spelling (#19677)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Co-authored-by: Josh Soref <jsoref@users.noreply.github.com> Co-authored-by: Evan Rusackas <evan@preset.io>
This commit is contained in:
@@ -134,7 +134,7 @@ def setup_sample_data() -> Any:
|
||||
yield
|
||||
|
||||
with app.app_context():
|
||||
# drop sqlachemy tables
|
||||
# drop sqlalchemy tables
|
||||
|
||||
db.session.commit()
|
||||
from sqlalchemy.ext import declarative
|
||||
|
||||
Reference in New Issue
Block a user