Skip to content

Commit 381a6af

Browse files
get rid of unused import
1 parent f22aa30 commit 381a6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_test/sql/sql.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule Ecto.Integration.SQLTest do
77
alias Ecto.Integration.Post
88
alias Ecto.Integration.CorruptedPk
99
alias Ecto.Integration.Tag
10-
import Ecto.Query, only: [from: 2, from: 1]
10+
import Ecto.Query, only: [from: 2]
1111

1212
test "fragmented types" do
1313
datetime = ~N[2014-01-16 20:26:51]

0 commit comments

Comments
 (0)