sebastianliebscher commented on PR #25016: URL: https://github.com/apache/superset/pull/25016#issuecomment-1682737811
`Python Misc / pre-commit` is failing with ```bash mypy.....................................................................Failed - hook id: mypy - exit code: 1 docker/pythonpath_dev/superset_config.py:38: error: Name "get_env_variable" is not defined [name-defined] docker/pythonpath_dev/superset_config.py:39: error: Name "get_env_variable" is not defined [name-defined] docker/pythonpath_dev/superset_config.py:40: error: Name "get_env_variable" is not defined [name-defined] docker/pythonpath_dev/superset_config.py:41: error: Name "get_env_variable" is not defined [name-defined] docker/pythonpath_dev/superset_config.py:42: error: Name "get_env_variable" is not defined [name-defined] ``` This is the function I removed with this PR. Locally, all pre-commit checks run successfully. -- 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]
