de-group import/s
This commit is contained in:
parent
6a6a5b3251
commit
d924dc73ba
4 changed files with 10 additions and 5 deletions
|
|
@ -10,7 +10,8 @@ defmodule Pleroma.Web.OAuth.Authorization do
|
|||
alias Pleroma.Web.OAuth.Authorization
|
||||
alias Pleroma.Web.OAuth.App
|
||||
|
||||
import Ecto.{Changeset, Query}
|
||||
import Ecto.Changeset
|
||||
import Ecto.Query
|
||||
|
||||
schema "oauth_authorizations" do
|
||||
field(:token, :string)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue