Fokko Driesprong created AIRFLOW-4206: -----------------------------------------
Summary: Remove explicit inheritance of object
Key: AIRFLOW-4206
URL: https://issues.apache.org/jira/browse/AIRFLOW-4206
Project: Apache Airflow
Issue Type: Sub-task
Reporter: Fokko Driesprong
Fix For: 2.0.0
Replace class MyClass(object) by class MyClass() (in Python 3 there's no need
to state object).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
