diff options
author | lain <lain@soykaf.club> | 2020-12-16 20:41:35 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-12-21 16:48:35 +0100 |
commit | ab633e51abf6c02fafb0d2daae04cdb35b8bca8b (patch) | |
tree | 66896d09919a76de462ee41b4b9af516d2c43100 /lib/pleroma/config.ex | |
parent | 1a3da01a6505262443d58aba525eda702d7ee575 (diff) | |
download | pleroma-ab633e51abf6c02fafb0d2daae04cdb35b8bca8b.tar.gz |
Linting
Diffstat (limited to 'lib/pleroma/config.ex')
-rw-r--r-- | lib/pleroma/config.ex | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/pleroma/config.ex b/lib/pleroma/config.ex index 1ee4777f6..86d4f6b72 100644 --- a/lib/pleroma/config.ex +++ b/lib/pleroma/config.ex @@ -2,11 +2,6 @@ # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> # SPDX-License-Identifier: AGPL-3.0-only -defmodule Pleroma.Config.Getting do - @callback get(any()) :: any() - @callback get(any(), any()) :: any() -end - defmodule Pleroma.Config do @behaviour Pleroma.Config.Getting defmodule Error do |