Clean up unused aliases and imports

This commit is contained in:
Mark Felder 2018-05-04 21:25:31 +00:00
commit 636f0fa402
14 changed files with 8 additions and 16 deletions

View 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__)