forked from AkkomaGang/akkoma
Credo fixes.
This commit is contained in:
parent
9189b489ee
commit
f77d4a302d
1 changed files with 2 additions and 2 deletions
|
@ -3,10 +3,10 @@
|
|||
# SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
defmodule Pleroma.MigrationHelper do
|
||||
alias Pleroma.User
|
||||
alias Pleroma.Object
|
||||
alias Pleroma.Notification
|
||||
alias Pleroma.Object
|
||||
alias Pleroma.Repo
|
||||
alias Pleroma.User
|
||||
|
||||
import Ecto.Query
|
||||
|
||||
|
|
Loading…
Reference in a new issue