Make credo happy
[akkoma] / lib / pleroma / web / mastodon_api / views / filter_view.ex
index 1052a449d291bd851b56e4ca20775489c9ddfb32..a685bc7b6091d086e5043da92810de6b7f0d5e90 100644 (file)
@@ -4,8 +4,8 @@
 
 defmodule Pleroma.Web.MastodonAPI.FilterView do
   use Pleroma.Web, :view
-  alias Pleroma.Web.MastodonAPI.FilterView
   alias Pleroma.Web.CommonAPI.Utils
+  alias Pleroma.Web.MastodonAPI.FilterView
 
   def render("filters.json", %{filters: filters} = opts) do
     render_many(filters, FilterView, "filter.json", opts)