eumiro opened a new pull request, #33130:
URL: https://github.com/apache/airflow/pull/33130

   Another refactor round in four commits:
   
   1. Replace creating entire lists in order to get the first element with a 
faster lazy construct
   2. Optimize usage of `sorted()`
   3. Drop unneeded usage of `list()`
   4. Simplify string manipulation: `.startswith()` and `.endswith()` accept 
tuples of arguments
   
   
   No change in functionality of the code.
   


-- 
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]

Reply via email to