Merge branch 'feature/jobs' into 'develop'
[akkoma] / lib / pleroma / notification.ex
index 9ebfd5cb04f16eff4a66d688698f9c5ebe9add5f..c88512567bada8f768b6000bc18575afe3110d09 100644 (file)
@@ -4,9 +4,14 @@
 
 defmodule Pleroma.Notification do
   use Ecto.Schema
-  alias Pleroma.{User, Activity, Notification, Repo}
+
+  alias Pleroma.User
+  alias Pleroma.Activity
+  alias Pleroma.Notification
+  alias Pleroma.Repo
   alias Pleroma.Web.CommonAPI.Utils
   alias Pleroma.Web.CommonAPI
+
   import Ecto.Query
 
   schema "notifications" do