Fokko Driesprong created AIRFLOW-4204: -----------------------------------------
Summary: Update Class initialisation
Key: AIRFLOW-4204
URL: https://issues.apache.org/jira/browse/AIRFLOW-4204
Project: Apache Airflow
Issue Type: Sub-task
Reporter: Fokko Driesprong
Fix For: 2.0.0
In all classes, replace super(__class__, self).__init__(...) by
super().__init__(...) (In Python 3 super(__class__, self) == super())
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
