eschutho commented on code in PR #25247: URL: https://github.com/apache/superset/pull/25247#discussion_r1325109926
########## superset/utils/machine_auth.py: ########## @@ -23,6 +23,7 @@ from flask import current_app, Flask, request, Response, session from flask_login import login_user +from playwright.sync_api import BrowserContext Review Comment: you can move this import down to the authenticate_playwright_browser_context method if you get errors on it not loading when the feature flag is not on. -- 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