You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/05/05 05:20:00 UTC

[jira] [Commented] (AIRFLOW-4460) Remove __future__ import in models

    [ https://issues.apache.org/jira/browse/AIRFLOW-4460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16833222#comment-16833222 ] 

ASF GitHub Bot commented on AIRFLOW-4460:
-----------------------------------------

zhongjiajie commented on 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:
users@infra.apache.org


> Remove __future__ import in models
> ----------------------------------
>
>                 Key: AIRFLOW-4460
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4460
>             Project: Apache Airflow
>          Issue Type: Sub-task
>          Components: models
>            Reporter: zhongjiajie
>            Assignee: zhongjiajie
>            Priority: Major
>
> Remove __future__ should being done in https://issues.apache.org/jira/browse/AIRFLOW-4200, but in the same time we refactor models and move some code out of __init__.py. This Jira ticket to remove __future__ in models.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)