potiuk commented on a change in pull request #12685:
URL: https://github.com/apache/airflow/pull/12685#discussion_r537063669



##########
File path: breeze
##########
@@ -1473,6 +1477,10 @@ function breeze::prepare_formatted_versions() {
         tr ',' ' ' | fold -w "${indented_screen_width}" -s | sed "s/ /,/g; 
s/^/${list_prefix}/")
     readonly FORMATTED_TEST_TYPES
 
+    FORMATTED_PACKAGE_FORMATS=$(echo "${_breeze_allowed_package_formats=""}" |
+        tr ',' ' ' | fold -w "${indented_screen_width}" -s | sed "s/ /,/g; 
s/^/${list_prefix}/")

Review comment:
       good point. I copied it from the line above (where it is also not needed 
and was copied from DEFAULT_PROD_EXTRAS. Removed for both.




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

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


Reply via email to