ashb commented on a change in pull request #4861: [AIRFLOW-4034] Make string 
formatting explicit by removing **locals()
URL: https://github.com/apache/airflow/pull/4861#discussion_r263330717
 
 

 ##########
 File path: airflow/configuration.py
 ##########
 @@ -159,11 +159,6 @@ class AirflowConfigParser(ConfigParser):
             'task_runner': ('BashTaskRunner', 'StandardTaskRunner', '2.0'),
         },
     }
-    deprecation_value_format_string = (
-        'The {name} setting in [{section}] has the old default value of 
{old!r}. This '
-        'value has been changed to {new!r} in the running config, but please '
-        'update your config before Apache Airflow {version}.'
-    )
 
 Review comment:
   Do the same for `deprecation_format_string` too? (it didn't use locals() I 
suspect) 

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


With regards,
Apache Git Services

Reply via email to