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: [email protected] With regards, Apache Git Services
