Credo fixes

This commit is contained in:
rinpatch 2019-06-16 01:35:45 +03:00
parent 641bcaa44e
commit 44de34d170
2 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@
defmodule Pleroma.Web.AdminAPI.ReportView do
use Pleroma.Web, :view
alias Pleroma.Activity
alias Pleroma.User
alias Pleroma.HTML
alias Pleroma.User
alias Pleroma.Web.CommonAPI.Utils
alias Pleroma.Web.MastodonAPI.AccountView
alias Pleroma.Web.MastodonAPI.StatusView

View File

@ -6,9 +6,9 @@ defmodule Pleroma.Web.AdminAPI.ReportViewTest do
use Pleroma.DataCase
import Pleroma.Factory
alias Pleroma.Web.AdminAPI.ReportView
alias Pleroma.Web.CommonAPI
alias Pleroma.Web.MastodonAPI.AccountView
alias Pleroma.Web.MastodonAPI.StatusView
alias Pleroma.Web.CommonAPI
test "renders a report" do
user = insert(:user)