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 2019/08/26 17:37:03 UTC

[GitHub] [airflow] swiftomkar commented on a change in pull request #5916: [Airflow-4668] Make airflow/contrib/utils Pylint compatible

swiftomkar commented on a change in pull request #5916: [Airflow-4668] Make airflow/contrib/utils Pylint compatible
URL: https://github.com/apache/airflow/pull/5916#discussion_r317713282
 
 

 ##########
 File path: airflow/contrib/utils/sendgrid.py
 ##########
 @@ -30,8 +33,8 @@
 from airflow.utils.log.logging_mixin import LoggingMixin
 
 
-def send_email(to, subject, html_content, files=None, dryrun=False, cc=None,
-               bcc=None, mime_subtype='mixed', sandbox_mode=False, **kwargs):
 
 Review comment:
   The removed function params are never used in the function

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services