From b6ad1b638b81674930963776ea341153935a6338 Mon Sep 17 00:00:00 2001 From: Christine Chambers Date: Mon, 17 Sep 2018 15:04:04 -0700 Subject: [PATCH] Fixing linting error in macro_tests --- tests/macro_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):