[#923] Deps config adjustment (no `override` for `httpoison`), code analysis issues...
[akkoma] / lib / pleroma / web / auth / pleroma_authenticator.ex
index 8b190f97f25223338a14004ff99caa506c3f8d6c..c826adb4c504ab6c64823bcc71b53ffbdb180c92 100644 (file)
@@ -4,9 +4,9 @@
 
 defmodule Pleroma.Web.Auth.PleromaAuthenticator do
   alias Comeonin.Pbkdf2
-  alias Pleroma.User
   alias Pleroma.Registration
   alias Pleroma.Repo
+  alias Pleroma.User
 
   @behaviour Pleroma.Web.Auth.Authenticator