From 5503247b1532a8ffeffec8614348cc5f52735f8c Mon Sep 17 00:00:00 2001 From: Lain Soykaf Date: Fri, 5 Sep 2025 15:17:17 +0400 Subject: [PATCH] PublisherTest: Linting. --- test/pleroma/web/activity_pub/publisher_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pleroma/web/activity_pub/publisher_test.exs b/test/pleroma/web/activity_pub/publisher_test.exs index 7c59caebb..a55993978 100644 --- a/test/pleroma/web/activity_pub/publisher_test.exs +++ b/test/pleroma/web/activity_pub/publisher_test.exs @@ -12,9 +12,9 @@ defmodule Pleroma.Web.ActivityPub.PublisherTest do alias Pleroma.Activity alias Pleroma.Object alias Pleroma.Tests.ObanHelpers + alias Pleroma.Web.ActivityPub.ActivityPub alias Pleroma.Web.ActivityPub.Publisher alias Pleroma.Web.ActivityPub.Utils - alias Pleroma.Web.ActivityPub.ActivityPub alias Pleroma.Web.CommonAPI @as_public "https://www.w3.org/ns/activitystreams#Public"