Skip to content

Commit fee140b

Browse files
authored
Merge pull request #10278 from pradyunsg/remove-backtracking-survey-link
2 parents c2152dc + 8968746 commit fee140b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pip/_internal/resolution/resolvelib/reporter.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ def __init__(self) -> None:
2828
"This is taking longer than usual. You might need to provide "
2929
"the dependency resolver with stricter constraints to reduce "
3030
"runtime. If you want to abort this run, you can press "
31-
"Ctrl + C to do so. To improve how pip performs, tell us what "
32-
"happened here: https://pip.pypa.io/surveys/backtracking"
31+
"Ctrl + C to do so."
3332
),
3433
}
3534

0 commit comments

Comments
 (0)