You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Chao-Han Tsai (JIRA)" <ji...@apache.org> on 2019/04/24 04:58:00 UTC

[jira] [Updated] (AIRFLOW-4402) Update super() calls for nvd3

     [ https://issues.apache.org/jira/browse/AIRFLOW-4402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chao-Han Tsai updated AIRFLOW-4402:
-----------------------------------
    Description: 
In all classes under nvd3, replace {{super(__class__, self).__init__(...)}} by {{super().__init__(...)}}

Similarly for any other {{super}} calls for other methods.

(In Python 3 {{super(__class__, self) == super()}})

  was:
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()}})


> Update super() calls for nvd3
> -----------------------------
>
>                 Key: AIRFLOW-4402
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4402
>             Project: Apache Airflow
>          Issue Type: Sub-task
>            Reporter: Chao-Han Tsai
>            Assignee: Chao-Han Tsai
>            Priority: Major
>             Fix For: 2.0.0
>
>
> In all classes under nvd3, 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)