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:
parent
42a56e29a1
commit
c544ebd876
|
|
@ -37,8 +37,8 @@ from unittest import mock, skipUnless
|
||||||
import pandas as pd
|
import pandas as pd
|
||||||
import sqlalchemy as sqla
|
import sqlalchemy as sqla
|
||||||
|
|
||||||
|
from tests.test_app import app # isort:skip
|
||||||
import superset.views.utils
|
import superset.views.utils
|
||||||
from tests.test_app import app
|
|
||||||
from superset import (
|
from superset import (
|
||||||
dataframe,
|
dataframe,
|
||||||
db,
|
db,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue