Remove unused pased_pure_pipfile property

This commit is contained in:
Grey Baker
2018-10-08 15:55:17 +01:00
parent 21e9e24244
commit 1cd913fa2c
-6
View File
@@ -457,12 +457,6 @@ class Project(object):
return contents
@property
def pased_pure_pipfile(self):
contents = self.read_pipfile()
return self._parse_pipfile(contents)
def clear_pipfile_cache(self):
"""Clear pipfile cache (e.g., so we can mutate parsed pipfile)"""
_pipfile_cache.clear()