avoid pylint and mypy warnings
I’m trying to learn Python “right” by using flake8, pylint, and mypy. I also want to use Python for quick tools, but still follow best practices. My minimal reproduction program:
How to get mypy to recognize “conditional-compilation-like” behavior?
I have a situation where I need to enable certain features if and only if some other application is deployed (in k8s cluster) alongside my application.