craig-rueda commented on code in PR #22433:
URL: https://github.com/apache/superset/pull/22433#discussion_r1050130763


##########
superset/extensions/__init__.py:
##########
@@ -109,6 +111,31 @@ def init_app(self, app: Flask) -> None:
         app.wsgi_app = SupersetProfiler(app.wsgi_app, self.interval)  # type: 
ignore
 
 
+class SSHManager:  # pylint: disable=too-few-public-methods
+    local_bind_address = "127.0.0.1"

Review Comment:
   This should implement `init_app` and should be wired up by the AppInitializer



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to