kgabryje commented on pull request #11163: URL: https://github.com/apache/incubator-superset/pull/11163#issuecomment-712083397
@mistercrunch `Python / pre-commit` has failed several times in a row, though no changes were done to Python codebase. Is it possible that a faulty code was merged to master? Can we get a fix for that? ``` superset/config.py:959: error: Incompatible import of "CeleryConfig" (imported name has type "Type[superset_config.CeleryConfig]", local name has type "Type[superset.config.CeleryConfig]") superset/config.py:959: error: Incompatible import of "CELERY_CONFIG" (imported name has type "Type[superset_config.CeleryConfig]", local name has type "Type[superset.config.CeleryConfig]") Found 2 errors in 1 file (checked 529 source files) ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
