milton0825 edited a comment on issue #5143: [AIRFLOW-4204] Update super() calls to PY3 URL: https://github.com/apache/airflow/pull/5143#issuecomment-485341055 Yeah I used: ``` find -f tests airflow -type f -name "*.py" -print0 | xargs -0 sed -i .pyc 's/super(.*, self)/super()/g' autopep8 -r --select E127,E131 --diff airflow tests ``` and I missed the case the self is split to another line..
---------------------------------------------------------------- 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] With regards, Apache Git Services
