Credo fixes: alias grouping/ordering

This commit is contained in:
Haelwenn (lanodan) Monnier 2019-02-06 20:20:02 +01:00
commit 60ea29dfe6
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE
28 changed files with 57 additions and 98 deletions

View file

@ -4,8 +4,7 @@
defmodule Pleroma.Web.Websub do
alias Ecto.Changeset
alias Pleroma.Repo
alias Pleroma.Instances
alias Pleroma.{Instances, Repo}
alias Pleroma.Web.Websub.{WebsubServerSubscription, WebsubClientSubscription}
alias Pleroma.Web.OStatus.FeedRepresenter
alias Pleroma.Web.{XML, Endpoint, OStatus}