Hook unfollow into TwitterAPI
[akkoma] / lib / pleroma / stats.ex
index 83b896a16a8d875f5324fe5b2a34d8f5e9cd8038..8478fe4ced6565642c864b0a2b88bededfb7882f 100644 (file)
@@ -1,6 +1,6 @@
 defmodule Pleroma.Stats do
   import Ecto.Query
-  alias Pleroma.{User, Repo, Activity}
+  alias Pleroma.{User, Repo}
 
   def start_link do
     agent = Agent.start_link(fn -> {[], %{}} end, name: __MODULE__)