potiuk commented on a change in pull request #5527: [AIRFLOW-4892] Fix connection creation via UIs URL: https://github.com/apache/airflow/pull/5527#discussion_r300321278
########## 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: NIT: Are you sure we want to use six here ? It will be easier to cherry-pick but maybe we should switch to python3 urrllib here ? ---------------------------------------------------------------- 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
