mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
Fixing linting error in macro_tests (#5918)
This commit is contained in:
committed by
Grace Guo
parent
39ef77abc5
commit
74940e6a16
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user