mirror of
https://github.com/apache/superset.git
synced 2026-04-28 04:25:07 +00:00
fix: removed redundant logger definition (#17289)
* Removed redundant logger defintion * Fixed code style
This commit is contained in:
@@ -101,7 +101,6 @@ FRONTEND_CONF_KEYS = (
|
||||
"GLOBAL_ASYNC_QUERIES_WEBSOCKET_URL",
|
||||
"DASHBOARD_AUTO_REFRESH_MODE",
|
||||
)
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
config = superset_app.config
|
||||
|
||||
Reference in New Issue
Block a user