amitmiran137 commented on a change in pull request #15407:
URL: https://github.com/apache/superset/pull/15407#discussion_r659323911



##########
File path: superset/initialization/__init__.py
##########
@@ -64,6 +65,11 @@ def __init__(self, app: SupersetApp) -> None:
         self.config = app.config
         self.manifest: Dict[Any, Any] = {}
 
+    @deprecated(details="use self.superset_app instead of self.flask_app")  # 
type: ignore   # pylint: disable=line-too-long

Review comment:
       Why use that decorator comparing to a comment?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to