From 119f96d65c80719c16ab5f9cd02fca9e342051bd Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 11 Jan 2018 11:22:33 -0500 Subject: [PATCH] updates Signed-off-by: Kenneth Reitz --- pipenvlib.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pipenvlib.py b/pipenvlib.py index 880bcf3..ff5f7b0 100644 --- a/pipenvlib.py +++ b/pipenvlib.py @@ -91,8 +91,7 @@ class PipenvProject(object): @property def packages(self): """Returns a list of Dependency objects (for [packages]) for - the Pipenv project. - """ + the Pipenv project""" return self._get_section_of_pipfile('packages', Dependency) @property