From 44ec534455e751dbcbcda34464cd30c24a2474bd Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 10 Sep 2017 10:07:35 -0400 Subject: [PATCH] fix jumbotron Signed-off-by: Kenneth Reitz --- pipenv/cli.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pipenv/cli.py b/pipenv/cli.py index e0d61def..40ab96b8 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -55,7 +55,7 @@ $$/ $$/ $$$$$$$/ $$$$$$$/ $$/ $$/ $/ $$/ $$ | $$ | $$/ -""".strip() +""" # Packages that should be ignored later. BAD_PACKAGES = ( @@ -910,9 +910,6 @@ def cli( # Awesome sauce. print(xyzzy) - # Breathing room. - print() - if not update: # Spun off in background thread, not unlike magic. check_for_updates()