Skip to content

Commit

Permalink
fix: removed redundant logger definition (#17289)
Browse files Browse the repository at this point in the history
* Removed redundant logger defintion

* Fixed code style
  • Loading branch information
gnought committed Nov 4, 2021
1 parent 1c12167 commit 4e9f812
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion superset/views/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@
"GLOBAL_ASYNC_QUERIES_WEBSOCKET_URL",
"DASHBOARD_AUTO_REFRESH_MODE",
)
logger = logging.getLogger(__name__)

logger = logging.getLogger(__name__)
config = superset_app.config
Expand Down

0 comments on commit 4e9f812

Please sign in to comment.