Fixing linting error in macro_tests (#5918)

This commit is contained in:
Christine Chambers
2018-09-17 20:29:14 -07:00
committed by Grace Guo
parent 39ef77abc5
commit 74940e6a16

View File

@@ -5,10 +5,10 @@ from __future__ import print_function
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):