Skip to content

Commit

Permalink
tried implementing a crazy algorithm so reverting
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Jun 27, 2024
1 parent e3d1caa commit 2f21d77
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions avro/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,9 +280,6 @@ def _find_in_remap(text: str, *, reversed: bool = False) -> Optional[str]:
else:
text = text.replace(value, key) if (value := value.lower()) in text.lower() else text

if previous_text != text:
break

return text if previous_text != text else None


Expand Down

0 comments on commit 2f21d77

Please sign in to comment.