Skip to content

Commit

Permalink
Fixing linting error in macro_tests (#5918)
Browse files Browse the repository at this point in the history
  • Loading branch information
xtinec authored and Grace Guo committed Sep 18, 2018
1 parent 39ef77a commit 74940e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/macro_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 74940e6

Please sign in to comment.