diff --git a/.formatter.exs b/.formatter.exs index d9e0cf0..1b79ee4 100644 --- a/.formatter.exs +++ b/.formatter.exs @@ -1,4 +1,4 @@ [ - import_deps: [:oban, :stream_data], + import_deps: [:ecto_sql, :oban, :stream_data], inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"] ]