Skip to content

Commit

Permalink
Fixup last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Sep 13, 2024
1 parent 63985da commit 072a806
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def dist_for(self, entry_point: EntryPoint):
if dist:
return dist

return self._mapping.get(self.key_for(entry_point))
return self._mapping.get(self._key_for(entry_point))

@staticmethod
def _key_for(entry_point: EntryPoint):
Expand Down

0 comments on commit 072a806

Please sign in to comment.