summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFloatingGhost <hannah@coffee-and-dreams.uk>2022-01-07 17:31:13 +0000
committerFloatingGhost <hannah@coffee-and-dreams.uk>2022-01-07 17:31:13 +0000
commit5c48fe11386113ffc897b2367b9de30a10bb33ff (patch)
tree101aab53ef83f1ce2541737aa0a11da96f1cbac1
parent9ee27fb5ecfec639614640c9ce92c00e701b3d8c (diff)
make credo happy
-rw-r--r--lib/pleroma/web/activity_pub/object_validators/article_note_page_validator.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/activity_pub/object_validators/article_note_page_validator.ex b/lib/pleroma/web/activity_pub/object_validators/article_note_page_validator.ex
index 6beeca225..016929da0 100644
--- a/lib/pleroma/web/activity_pub/object_validators/article_note_page_validator.ex
+++ b/lib/pleroma/web/activity_pub/object_validators/article_note_page_validator.ex
@@ -6,10 +6,10 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidators.ArticleNotePageValidator do
use Ecto.Schema
alias Pleroma.EctoType.ActivityPub.ObjectValidators
+ alias Pleroma.Object.Fetcher
alias Pleroma.Web.ActivityPub.ObjectValidators.CommonFixes
alias Pleroma.Web.ActivityPub.ObjectValidators.CommonValidations
alias Pleroma.Web.ActivityPub.Transmogrifier
- alias Pleroma.Object.Fetcher
import Ecto.Changeset