Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jul 2, 2024
1 parent f01dc17 commit 692b13d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/elixir/unicode/security.ex
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ defmodule String.Tokenizer.Security do
end
end

import String.Tokenizer, only: [dir: 1]

defp any_rtl?(s), do: Enum.any?(s, &(:rtl == String.Tokenizer.dir(&1)))

defp dir_compare(a, b) do
Expand Down

0 comments on commit 692b13d

Please sign in to comment.