diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-02-09 16:16:26 +0100 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2019-02-09 16:31:17 +0100 |
commit | 6a6a5b3251f7137e30b687a9a8448e678446f8b0 (patch) | |
tree | ec10f7622c25e7fa37c6bf23ac281b00030e4628 /lib/pleroma/web/common_api/common_api.ex | |
parent | 381fe4417260e93cba79aa85785f53b410d0e0f7 (diff) | |
download | pleroma-6a6a5b3251f7137e30b687a9a8448e678446f8b0.tar.gz |
de-group alias/es
Diffstat (limited to 'lib/pleroma/web/common_api/common_api.ex')
-rw-r--r-- | lib/pleroma/web/common_api/common_api.ex | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/pleroma/web/common_api/common_api.ex b/lib/pleroma/web/common_api/common_api.ex index 4388396cf..c0d6fb5c4 100644 --- a/lib/pleroma/web/common_api/common_api.ex +++ b/lib/pleroma/web/common_api/common_api.ex @@ -3,8 +3,12 @@ # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.Web.CommonAPI do - alias Pleroma.{User, Repo, Activity, Object} - alias Pleroma.Web.ActivityPub.{ActivityPub, Utils} + alias Pleroma.User + alias Pleroma.Repo + alias Pleroma.Activity + alias Pleroma.Object + alias Pleroma.Web.ActivityPub.ActivityPub + alias Pleroma.Web.ActivityPub.Utils alias Pleroma.Formatter import Pleroma.Web.CommonAPI.Utils |