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:
Jason Davis
2020-06-24 12:46:38 -07:00
committed by GitHub
parent 42a56e29a1
commit c544ebd876

View File

@@ -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,