From e70ec51dc62b1f8dbb9bf2a240d4f52014ec0d99 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 3 Jul 2018 17:56:35 -0400 Subject: [PATCH] fixes --- pipenv/cli.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipenv/cli.py b/pipenv/cli.py index 86eb9866..6700925c 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -29,7 +29,6 @@ from .utils import is_valid_url click_completion.init() CONTEXT_SETTINGS = dict(help_option_names=["-h", "--help"]) - class PipenvGroup(Group): """Custom Group class provides formatted main help""" @@ -155,7 +154,8 @@ def cli( pypi_mirror=None, support=None, ): - if completion: # Handle this ASAP to make shell startup fast. + # Handle this ASAP to make shell startup fast. + if completion: from . import shells try: