You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by el...@apache.org on 2023/06/14 15:52:02 UTC

[superset] 12/18: lint

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

elizabeth pushed a commit to tag 2.1.1rc1
in repository https://gitbox.apache.org/repos/asf/superset.git

commit cfb4d27d8c2a9d5a074173fbd4b9b646f84988f8
Author: Elizabeth Thompson <es...@gmail.com>
AuthorDate: Tue Jun 6 15:58:54 2023 -0700

    lint
---
 superset/config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/config.py b/superset/config.py
index a48fa191fe..6f1d9634e2 100644
--- a/superset/config.py
+++ b/superset/config.py
@@ -1587,7 +1587,7 @@ elif importlib.util.find_spec("superset_config") and not is_test():
     try:
         # pylint: disable=import-error,wildcard-import,unused-wildcard-import
         import superset_config
-        from superset_config import *
+        from superset_config import *  # noqa
 
         print(f"Loaded your LOCAL configuration at [{superset_config.__file__}]")
     except Exception: