Merge pull request #2942 from greysteil/remove-unused-code

Remove unused pased_pure_pipfile property
This commit is contained in:
Dan Ryan
2018-10-12 15:34:37 -04:00
committed by GitHub
-6
View File
@@ -479,12 +479,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()