[
https://issues.apache.org/jira/browse/AIRFLOW-4204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16822637#comment-16822637
]
ASF GitHub Bot commented on AIRFLOW-4204:
-----------------------------------------
milton0825 commented on pull request #5142: [AIRFLOW-4204] Update super() calls
URL: https://github.com/apache/airflow/pull/5142
----------------------------------------------------------------
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]
> Update super() calls
> ---------------------
>
> Key: AIRFLOW-4204
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4204
> Project: Apache Airflow
> Issue Type: Sub-task
> Reporter: Fokko Driesprong
> Assignee: Chao-Han Tsai
> Priority: Major
> Fix For: 2.0.0
>
>
> In all classes, replace {{super(__class__, self).__init__(...)}} by
> {{super().__init__(...)}}
> Similarly for any other {{super}} calls for other methods.
> (In Python 3 {{super(__class__, self) == super()}})
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)