You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "uranusjr (via GitHub)" <gi...@apache.org> on 2023/06/26 06:18:33 UTC

[GitHub] [airflow] uranusjr opened a new pull request, #32129: Clean up string concatenation

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

   Identified from #32120. These + operators are not necessary since strings literals are automatically concatenated, and only make code slower.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk merged pull request #32129: Clean up string concatenation

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk merged PR #32129:
URL: https://github.com/apache/airflow/pull/32129


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org