You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/06/25 16:39:01 UTC

[GitHub] [airflow] AliMuhammadOfficial commented on a change in pull request #16658: maintained standards of formatting and annotation

AliMuhammadOfficial commented on a change in pull request #16658:
URL: https://github.com/apache/airflow/pull/16658#discussion_r658898271



##########
File path: setup.py
##########
@@ -833,7 +833,7 @@ def get_provider_package_from_package_id(package_id: str):
     return f"apache-airflow-providers-{package_suffix}"
 
 
-def get_excluded_providers():
+def get_excluded_providers() -> List:

Review comment:
       changes done!




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