diff --git a/tests/macro_tests.py b/tests/macro_tests.py index 4f77a68e3fcd9..8c887acad1b82 100644 --- a/tests/macro_tests.py +++ b/tests/macro_tests.py @@ -5,10 +5,10 @@ from __future__ import unicode_literals from flask import json -from tests.base_tests import SupersetTestCase from superset import app from superset import jinja_context +from tests.base_tests import SupersetTestCase class MacroTestCase(SupersetTestCase):