From e28ae40b94d85c55e31b22f3eaf97e5e043cd557 Mon Sep 17 00:00:00 2001 From: Erin O'Connell Date: Sun, 3 Sep 2017 09:01:58 -0600 Subject: [PATCH] Fixed issue causing flake8 to fail --- pipenv/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pipenv/cli.py b/pipenv/cli.py index 8e25e564..2b7bcb78 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -62,6 +62,7 @@ requests.packages.urllib3.disable_warnings(InsecureRequestWarning) project = Project() + @background.task def check_for_updates(): try: