Merge branch 'features/add-credo-to-ci' into 'develop'
[akkoma] / lib / pleroma / notification.ex
index c88512567bada8f768b6000bc18575afe3110d09..fe8181d8b57498bd35fc2039159d118b21af1338 100644 (file)
@@ -5,12 +5,12 @@
 defmodule Pleroma.Notification do
   use Ecto.Schema
 
-  alias Pleroma.User
   alias Pleroma.Activity
   alias Pleroma.Notification
   alias Pleroma.Repo
-  alias Pleroma.Web.CommonAPI.Utils
+  alias Pleroma.User
   alias Pleroma.Web.CommonAPI
+  alias Pleroma.Web.CommonAPI.Utils
 
   import Ecto.Query