From c544ebd87687ea50f7ee162d4e09100b51f98ca6 Mon Sep 17 00:00:00 2001 From: Jason Davis <32852580+JasonD28@users.noreply.github.com> Date: Wed, 24 Jun 2020 12:46:38 -0700 Subject: [PATCH] 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> --- tests/core_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/core_tests.py b/tests/core_tests.py index 26fca602b..ac641cf68 100644 --- a/tests/core_tests.py +++ b/tests/core_tests.py @@ -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,