[ 
https://issues.apache.org/jira/browse/AIRFLOW-4204?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16824845#comment-16824845
 ] 

ASF subversion and git services commented on AIRFLOW-4204:
----------------------------------------------------------

Commit e62ad5333cbb56ae0f2001f0f79008a21c41a983 in airflow's branch 
refs/heads/master from Chao-Han Tsai
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=e62ad53 ]

[AIRFLOW-4204] Update super() calls (#5143)

Replace super(_class, self) by super() for all files
except ones in _vendor.

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

Reply via email to