diff options
author | lain <lain@soykaf.club> | 2020-09-25 09:12:48 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-09-25 09:12:48 +0200 |
commit | 05b5241314182c5aab2907e27d4c5f46d7617f56 (patch) | |
tree | fea74b83745751385bffe1006fc7ced14e664e3c | |
parent | 1e0f3f8514a42b088ed68ece5f9e339ad829e242 (diff) | |
download | pleroma-05b5241314182c5aab2907e27d4c5f46d7617f56.tar.gz pleroma-05b5241314182c5aab2907e27d4c5f46d7617f56.zip |
Linter fixes
-rw-r--r-- | lib/pleroma/user/search.ex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pleroma/user/search.ex b/lib/pleroma/user/search.ex index d747bfa52..03f2c552f 100644 --- a/lib/pleroma/user/search.ex +++ b/lib/pleroma/user/search.ex @@ -3,9 +3,10 @@ # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.User.Search do + alias Pleroma.EctoType.ActivityPub.ObjectValidators.Uri, as: UriType alias Pleroma.Pagination alias Pleroma.User - alias Pleroma.EctoType.ActivityPub.ObjectValidators.Uri, as: UriType + import Ecto.Query @limit 20 |