You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gr...@apache.org on 2018/09/18 03:29:22 UTC

[incubator-superset] branch master updated: Fixing linting error in macro_tests (#5918)

This is an automated email from the ASF dual-hosted git repository.

graceguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 74940e6  Fixing linting error in macro_tests (#5918)
74940e6 is described below

commit 74940e6a1638395ecaa20799d4e70892aa7fdd8f
Author: Christine Chambers <ch...@gmail.com>
AuthorDate: Mon Sep 17 20:29:14 2018 -0700

    Fixing linting error in macro_tests (#5918)
---
 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 4f77a68..8c887ac 100644
--- a/tests/macro_tests.py
+++ b/tests/macro_tests.py
@@ -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):