This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch pre-commit-docs in repository https://gitbox.apache.org/repos/asf/superset.git
commit 1fc3d7a514b3a96ea29df190661d112975bc265f Author: Maxime Beauchemin <[email protected]> AuthorDate: Mon Aug 19 17:02:29 2024 -0700 dummy lint with --no-verify --- superset/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/__init__.py b/superset/__init__.py index cbab58e0d2..2df515e869 100644 --- a/superset/__init__.py +++ b/superset/__init__.py @@ -14,8 +14,8 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -from flask import current_app, Flask from werkzeug.local import LocalProxy +from flask import current_app, Flask from superset.app import create_app # noqa: F401 from superset.extensions import (
