fix: removed redundant logger definition (#17289)

* Removed redundant logger defintion

* Fixed code style
This commit is contained in:
Gnought 2021-11-04 17:09:00 +08:00 committed by GitHub
parent 1c12167d8d
commit 4e9f812dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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