make credo happy
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Fri, 7 Jan 2022 17:31:13 +0000 (17:31 +0000)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Fri, 7 Jan 2022 17:31:13 +0000 (17:31 +0000)
lib/pleroma/web/activity_pub/object_validators/article_note_page_validator.ex

index 6beeca225d9de189d90c72ffaa05eeec1c0f52b8..016929da0b1d09fc4a2e4392b6e8f26d6fb143ce 100644 (file)
@@ -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