Skip to content

Commit

Permalink
Fix dialyzer error
Browse files Browse the repository at this point in the history
  • Loading branch information
dgigafox committed Jun 21, 2024
1 parent d493ea6 commit 43dd5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/loader.ex
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ defmodule Ports.Loader do
defp csv_decode(file_name) do
[:code.priv_dir(:ports), "data", file_name]
|> Path.join()
|> File.stream!([], :line)
|> File.stream!()
|> CSVParser.parse_stream(skip_headers: false)
end
end

0 comments on commit 43dd5a4

Please sign in to comment.