Skip to content

Commit

Permalink
fix: Comment unused alias
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Oct 13, 2023
1 parent 62b5712 commit 1ff1437
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/pleroma/akkoma/translators/voldy.ex
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Pleroma.Akkoma.Translators.Voldy do
@behaviour Pleroma.Akkoma.Translator

alias Pleroma.Config
#alias Pleroma.Config
alias Pleroma.HTTP
require Logger

Expand All @@ -11,9 +11,9 @@ defmodule Pleroma.Akkoma.Translators.Voldy do
end

# TODO: Use later
# defp base_url(:clients5) do
# "https://clients5.google.com/translate_a/t?client=dict-chrome-ex"
# end
#defp base_url(:clients5) do
# "https://clients5.google.com/translate_a/t?client=dict-chrome-ex"
#end

defp random_user_agent() do
Enum.random([
Expand Down

0 comments on commit 1ff1437

Please sign in to comment.