Skip to content

Commit

Permalink
Take 2 at fixing resolving hashes against private indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
matteius committed Oct 1, 2024
1 parent fbecd8e commit ce154fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pipenv/utils/resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,6 @@ def collect_hashes(self, ireq):
return {self.project.get_hash_from_link(self.hash_cache, link)}
return set()

@cached_property
def resolve_hashes(self):
if self.results is not None:
for ireq in self.results:
Expand Down

0 comments on commit ce154fe

Please sign in to comment.