Merge branch 'fix/credo-issues' into 'develop'
[akkoma] / lib / pleroma / web / mastodon_api / views / account_view.ex
index 0ba4289da8cc75148abf9beede9a11d6f26bbf75..9df9f14b2a04ff352750e2d7f85a73a6224d09d3 100644 (file)
@@ -4,11 +4,12 @@
 
 defmodule Pleroma.Web.MastodonAPI.AccountView do
   use Pleroma.Web, :view
+
+  alias Pleroma.HTML
   alias Pleroma.User
-  alias Pleroma.Web.MastodonAPI.AccountView
   alias Pleroma.Web.CommonAPI.Utils
+  alias Pleroma.Web.MastodonAPI.AccountView
   alias Pleroma.Web.MediaProxy
-  alias Pleroma.HTML
 
   def render("accounts.json", %{users: users} = opts) do
     users