de-group import/s

This commit is contained in:
Haelwenn (lanodan) Monnier 2019-02-09 16:20:18 +01:00
commit d924dc73ba
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE
4 changed files with 10 additions and 5 deletions

View file

@ -4,7 +4,7 @@
defmodule Pleroma.Web.OAuth.App do
use Ecto.Schema
import Ecto.{Changeset}
import Ecto.Changeset
schema "apps" do
field(:client_name, :string)