Remove more properties from Runner

This commit is contained in:
Anthony Sottile
2018-07-01 19:04:07 -07:00
parent 8f6fe8c9e6
commit b87c4fd8cc
5 changed files with 43 additions and 87 deletions

View File

@@ -218,7 +218,7 @@ class LocalRepository(Repository):
else:
return Prefix(self.store.make_local(deps))
@cached_property
@property
def manifest(self):
raise NotImplementedError