Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion mix/for_dialyzer.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
defmodule ForDialyzer do
@moduledoc false

# Juse to exorcise dialyzer errors. This module is not included
# in the library published to hex.pm.

Expand Down Expand Up @@ -43,4 +45,4 @@ defmodule ForDialyzer do
small_kip = Image.open!("./test/support/images/Kip_small.jpg")
_ = Image.k_means(small_kip)
end
end
end