aminghadersohi commented on PR #37182: URL: https://github.com/apache/superset/pull/37182#issuecomment-3762056090
Thanks for the feedback @mistercrunch\! I've updated the PR to use `TimeGrain` from `superset/constants.py` instead of the inline Literal type. Changes: - Imported `TimeGrain` from `superset.constants` - Updated `time_grain: TimeGrain | None` to use the existing StrEnum All tests pass and pre-commit checks are green. -- 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]
