[
https://issues.apache.org/jira/browse/AIRFLOW-4386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16823583#comment-16823583
]
ASF GitHub Bot commented on AIRFLOW-4386:
-----------------------------------------
XD-DENG commented on pull request #5154: [AIRFLOW-4386] Remove urlparse and
replace it with urllib.parse
URL: https://github.com/apache/airflow/pull/5154
----------------------------------------------------------------
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]
> 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)