diff options
author | lain <lain@soykaf.club> | 2020-03-19 18:16:12 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-03-19 18:16:12 +0100 |
commit | 9b9d67bbec537df6f7c5729e81da6deeaf896bd9 (patch) | |
tree | cccfdf5f4766c47c73df4777cfed3cd7b631075b | |
parent | 3c2c32b460c2d942d085725d14e77a96c4a01e4c (diff) | |
download | pleroma-9b9d67bbec537df6f7c5729e81da6deeaf896bd9.tar.gz |
Fix linting.
-rw-r--r-- | lib/pleroma/web/activity_pub/object_validators/create_validator.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/activity_pub/object_validators/create_validator.ex b/lib/pleroma/web/activity_pub/object_validators/create_validator.ex index bd90f7250..9e480c4ed 100644 --- a/lib/pleroma/web/activity_pub/object_validators/create_validator.ex +++ b/lib/pleroma/web/activity_pub/object_validators/create_validator.ex @@ -5,8 +5,8 @@ defmodule Pleroma.Web.ActivityPub.ObjectValidators.CreateNoteValidator do use Ecto.Schema - alias Pleroma.Web.ActivityPub.ObjectValidators.Types alias Pleroma.Web.ActivityPub.ObjectValidators.NoteValidator + alias Pleroma.Web.ActivityPub.ObjectValidators.Types import Ecto.Changeset |