korbit-ai[bot] commented on code in PR #36057: URL: https://github.com/apache/superset/pull/36057#discussion_r2512163388
########## superset/common/query_context.py: ########## @@ -22,10 +22,7 @@ import pandas as pd from superset.common.chart_data import ChartDataResultFormat, ChartDataResultType -from superset.common.query_context_processor import ( - CachedTimeOffset, - QueryContextProcessor, -) +from superset.common.query_context_processor import QueryContextProcessor Review Comment: I see, thank you for the clarification. If it's an internal method, then its removal doesn't pose API compatibility issues. -- 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]
