You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/07/04 10:02:43 UTC

[GitHub] [airflow] ashb commented on a change in pull request #5527: [AIRFLOW-4892] Fix connection creation via UIs

ashb commented on a change in pull request #5527: [AIRFLOW-4892] Fix connection creation via UIs
URL: https://github.com/apache/airflow/pull/5527#discussion_r300327343
 
 

 ##########
 File path: tests/www/test_views.py
 ##########
 @@ -28,7 +28,7 @@
 import sys
 import json
 
-from urllib.parse import quote_plus
+from six.moves.urllib.parse import quote_plus
 
 Review comment:
   This is for the classic UI - so py2 needed (and this UI is deleted in master)

----------------------------------------------------------------
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


With regards,
Apache Git Services