jscheffl opened a new pull request, #59696: URL: https://github.com/apache/airflow/pull/59696
Another small increment to remove global statements for PR https://github.com/apache/airflow/pull/58116 This removes global statement from two conftest.py implementations which are similar. Wrapping into a private class with a static field instead of global. Bonus added some typing hints on-top `global` is evil. Might not be critical in conftest but keep code clean :-D -- 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]
