milton0825 commented on a change in pull request #5042: [AIRFLOW-4204][WIP]
Update super() calls
URL: https://github.com/apache/airflow/pull/5042#discussion_r272467256
##########
File path: airflow/configuration.py
##########
@@ -209,9 +209,9 @@ def _get_cmd_option(self, section, key):
fallback_key = key + '_cmd'
# if this is a valid command key...
if (section, key) in self.as_command_stdout:
- if super(AirflowConfigParser, self) \
+ if super() \
Review comment:
Will start fixing it once https://github.com/apache/airflow/pull/5022 is
merged.
----------------------------------------------------------------
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