Skip to content

Commit

Permalink
This turns out to not actually be needed...
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed Nov 3, 2022
1 parent 09df9fd commit 77ff428
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions testfixtures/comparison.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,10 +630,6 @@ def different(self, x: Any, y: Any, breadcrumb: str) -> Union[bool, Optional[str
result = comparer(x, y, self)
specific_comparer = comparer is not compare_simple

if self.strict:
if x == y and not specific_comparer:
return False

if result:

if specific_comparer and recursed:
Expand Down

0 comments on commit 77ff428

Please sign in to comment.