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 <[email protected]> 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:
