zhongjiajie opened a new pull request #5237: [AIRFLOW-4460] Remove __future__ import in models URL: https://github.com/apache/airflow/pull/5237 Remove _future_ should done in https://github.com/apache/airflow/pull/5020, but in the same time our code base refactor models and move some code out of _init.py. This PR to remove __future__ in models. Make sure you have checked _all_ steps below. ### Jira - [ ] My PR addresses the following [Airflow Jira](https://issues.apache.org/jira/browse/AIRFLOW/) issues and references them in the PR title. For example, "\[AIRFLOW-XXX\] My Airflow PR" - https://issues.apache.org/jira/browse/AIRFLOW-4460 ### Description - [x] Here are some details about my PR, including screenshots of any UI changes: Remove _future_ should done in https://github.com/apache/airflow/pull/5020, but in the same time our code base refactor models and move some code out of _init.py. This PR to remove __future__ in models. ### Code Quality - [x] Passes `flake8`
---------------------------------------------------------------- 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
