Slight cleanup.

This commit is contained in:
Roger Braun 2017-09-07 08:58:10 +02:00
commit 2652d9e4ed
8 changed files with 55 additions and 41 deletions

View file

@ -1,8 +1,8 @@
defmodule Pleroma.Web.OAuth.Authorization do
use Ecto.Schema
alias Pleroma.{App, User, Repo}
alias Pleroma.Web.OAuth.Authorization
alias Pleroma.{User, Repo}
alias Pleroma.Web.OAuth.{Authorization, App}
schema "oauth_authorizations" do
field :token, :string