Skip to content

Commit

Permalink
Remove untested path of private code
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
  • Loading branch information
astrojuanlu committed Jun 13, 2023
1 parent 23541bf commit f39a024
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions kedro/framework/cli/micropkg.py
Expand Up @@ -85,9 +85,6 @@ def __hash__(self) -> int:
return hash((self.__class__.__name__, self._to_str(self.canonical_name)))

def __eq__(self, other: Any) -> bool:
if not isinstance(other, (Requirement, _EquivalentRequirement)):
return NotImplemented

return (
self.canonical_name == other.canonical_name
and self.extras == other.extras
Expand Down

0 comments on commit f39a024

Please sign in to comment.