eschutho commented on code in PR #20903: URL: https://github.com/apache/superset/pull/20903#discussion_r948467275
########## superset/reports/commands/execute.py: ########## @@ -73,6 +74,8 @@ from superset.utils.urls import get_url_path from superset.utils.webdriver import DashboardStandaloneMode +from ...utils.core import HeaderDataType Review Comment: can you make this absolute instead of relative? ########## superset/reports/commands/execute.py: ########## @@ -73,6 +74,8 @@ from superset.utils.urls import get_url_path from superset.utils.webdriver import DashboardStandaloneMode +from ...utils.core import HeaderDataType Review Comment: can you make this import absolute instead of relative? -- 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]
