It seems that I found typo in `lib/clickhouse_ecto/storage.ex`. There is a call `HTTPoison.start/0` on 70 line. `HTTPoison` is not listed in deps. Is that call necessary?
It seems that I found typo in
lib/clickhouse_ecto/storage.ex.There is a call
HTTPoison.start/0on 70 line.HTTPoisonis not listed in deps. Is that call necessary?