Skip to content

Commit 1803568

Browse files
authored
Update lib/ecto/migration.ex
1 parent 7691ef1 commit 1803568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ecto/migration.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ defmodule Ecto.Migration do
204204
```elixir
205205
[
206206
# Add this line to enable Ecto formatter rules
207-
import_deps: [:ecto, :ecto_sql],
207+
import_deps: [:ecto],
208208
209209
# Add this line to enable Ecto's formatter rules in your migrations directory
210210
subdirectories: ["priv/*/migrations"],

0 commit comments

Comments
 (0)