[
https://issues.apache.org/jira/browse/AIRFLOW-4386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16823585#comment-16823585
]
ASF subversion and git services commented on AIRFLOW-4386:
----------------------------------------------------------
Commit c95810da9cd898ff80c301784366ad189bb2fdd2 in airflow's branch
refs/heads/master from Kaxil Naik
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=c95810d ]
[AIRFLOW-4386] Remove urlparse and replace it with urllib.parse (#5154)
* [AIRFLOW-4386] Remove urlparse and replace it with urllib.parse
* Replace remaining imports
* Update test_utils.py
> Remove urlparse and replace it with urllib.parse
> ------------------------------------------------
>
> Key: AIRFLOW-4386
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4386
> Project: Apache Airflow
> Issue Type: Sub-task
> Reporter: Kaxil Naik
> Assignee: Kaxil Naik
> Priority: Major
> Fix For: 2.0.0
>
>
> Remove `from urlparse import urlparse` from the following code:
> {code:python}
> try:
> from urllib.parse import urlparse
> # Python 2
> except ImportError:
> from urlparse import urlparse
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)