uranusjr commented on code in PR #34507:
URL: https://github.com/apache/airflow/pull/34507#discussion_r1346533744


##########
dev/breeze/src/airflow_breeze/utils/publish_docs_helpers.py:
##########
@@ -112,7 +112,7 @@ def process_package_filters(
         return available_packages
 
     expanded_short_form_packages = 
get_provider_name_from_short_hand(packages_short_form)
-    package_filters = list(package_filters + expanded_short_form_packages)
+    package_filters = package_filters + expanded_short_form_packages

Review Comment:
   It would be a good idea to use `itertools.chain` here instead.



-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to