mirror of
https://github.com/apache/superset.git
synced 2026-04-16 22:55:52 +00:00
fix: Fixed Attribute Error when running core_tests.py (#10154)
* fix: changed import order to fix core-test error * reformatted using black Co-authored-by: Jason Davis <@dropbox.com>
This commit is contained in:
@@ -37,8 +37,8 @@ from unittest import mock, skipUnless
|
||||
import pandas as pd
|
||||
import sqlalchemy as sqla
|
||||
|
||||
from tests.test_app import app # isort:skip
|
||||
import superset.views.utils
|
||||
from tests.test_app import app
|
||||
from superset import (
|
||||
dataframe,
|
||||
db,
|
||||
|
||||
Reference in New Issue
Block a user