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/12/28 22:00:27 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #6929: [AIRFLOW-6373][WIP] Make airflow/utils pylint compatible

mik-laj commented on a change in pull request #6929: [AIRFLOW-6373][WIP] Make airflow/utils pylint compatible
URL: https://github.com/apache/airflow/pull/6929#discussion_r361815733
 
 

 ##########
 File path: airflow/utils/configuration.py
 ##########
 @@ -24,7 +24,11 @@
 from airflow.configuration import conf
 
 
-def tmp_configuration_copy(chmod=0o600, include_env=True, include_cmds=True):
+def tmp_configuration_copy(  # pylint: disable=unused-argument
+    chmod=0o600,
+    include_env=True,
 
 Review comment:
   Should we remove unused argument?

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