prathamesh04 commented on PR #42339: URL: https://github.com/apache/superset/pull/42339#issuecomment-5071808191
Thanks for the feedback! Fixed all three issues: 1. **Pre-commit**: Fixed mypy `[override]` error — `_file_name` signature now matches parent class 2. **Pre-commit**: Applied ruff formatting 3. **Bito review**: Replaced manual attribute assignment with `super().__init__()` to respect parent contract All checks should pass now. Could you take another look? cc @aminghadersohi -- 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]
