This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a commit to branch uv
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/uv by this push:
new 89280e7f55 touch superset/ to trigger CI
89280e7f55 is described below
commit 89280e7f5584cc670793c160b32469d209b51f84
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Mon Dec 2 12:38:00 2024 -0800
touch superset/ to trigger CI
---
superset/__init__.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/superset/__init__.py b/superset/__init__.py
index cbab58e0d2..c97580b122 100644
--- a/superset/__init__.py
+++ b/superset/__init__.py
@@ -34,7 +34,8 @@ from superset.security import SupersetSecurityManager #
noqa: F401
# All of the fields located here should be considered legacy. The correct way
# to declare "global" dependencies is to define it in extensions.py,
# then initialize it in app.create_app(). These fields will be removed
-# in subsequent PRs as things are migrated towards the factory pattern
+# in subsequent PRs as things are migrated towards the factory
+# pattern
app: Flask = current_app
cache = cache_manager.cache
conf = LocalProxy(lambda: current_app.config)