mirror of
https://github.com/apache/superset.git
synced 2026-04-25 02:55:07 +00:00
Refactor Dashboard and Slice models (#8820)
* refactor dashboard and slice models * appease various linters * remove shortcuts & import indirection * appease mypy * fix bad imports * lint * address various issues * ignore type issue * remove unused imports * lint
This commit is contained in:
committed by
Maxime Beauchemin
parent
cbf860074b
commit
016f202423
@@ -26,7 +26,9 @@ from sqlalchemy import and_, func
|
||||
|
||||
from superset import app, db
|
||||
from superset.extensions import celery_app
|
||||
from superset.models.core import Dashboard, Log, Slice
|
||||
from superset.models.core import Log
|
||||
from superset.models.dashboard import Dashboard
|
||||
from superset.models.slice import Slice
|
||||
from superset.models.tags import Tag, TaggedObject
|
||||
from superset.utils.core import parse_human_datetime
|
||||
|
||||
|
||||
Reference in New Issue
Block a user