airflow
airflow copied to clipboard
Move return statement so that the rest of the function is reachable
Hi folks,
When I was studying issue #51320, I found there is an indentation issue that causes the code after the first return False to never be reached.
Hence, I'm submitting this PR. If this was intentional, please let me know.