Fix Credo warning

This commit is contained in:
Roman Chvanikov 2019-04-21 23:24:33 +07:00
parent eeb093631c
commit 4908e0eeee
1 changed files with 1 additions and 1 deletions

View File

@ -3,8 +3,8 @@ defmodule Pleroma.Web.MastodonAPI.ConversationView do
alias Pleroma.Activity
alias Pleroma.Repo
alias Pleroma.Web.MastodonAPI.AccountView
alias Pleroma.Web.ActivityPub.ActivityPub
alias Pleroma.Web.MastodonAPI.AccountView
alias Pleroma.Web.MastodonAPI.StatusView
def render("participation.json", %{participation: participation, user: user}) do