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: [email protected] With regards, Apache Git Services
