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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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,