Move the form link to make the linter happy

This commit is contained in:
Pradyun Gedam 2020-07-27 13:29:00 +05:30
parent 43da7c8283
commit 8db354260a
No known key found for this signature in database
GPG Key ID: FF99710C4332258E
1 changed files with 2 additions and 1 deletions

View File

@ -554,9 +554,10 @@ class InstallCommand(RequirementCommand):
"already have installed. This may cause an uncaught "
"dependency conflict.\n"
)
form_link = "https://forms.gle/cWKMoDs8sUVE29hz9"
parts.append(
"If you would like pip to take your other packages into "
"account, please tell us here: https://forms.gle/cWKMoDs8sUVE29hz9\n"
"account, please tell us here: {}\n".format(form_link)
)
else:
parts.append(