Skip to content

Commit 692b13d

Browse files
committed
Remove unused import
1 parent f01dc17 commit 692b13d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/elixir/unicode/security.ex

-2
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,6 @@ defmodule String.Tokenizer.Security do
134134
end
135135
end
136136

137-
import String.Tokenizer, only: [dir: 1]
138-
139137
defp any_rtl?(s), do: Enum.any?(s, &(:rtl == String.Tokenizer.dir(&1)))
140138

141139
defp dir_compare(a, b) do

0 commit comments

Comments
 (0)