Make credo happy

This commit is contained in:
Haelwenn (lanodan) Monnier 2019-02-03 18:44:18 +01:00
commit 8bcfac93a8
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE
15 changed files with 85 additions and 91 deletions

View file

@ -6,7 +6,7 @@ defmodule Pleroma.Web.MastodonAPI.WebsocketHandler do
require Logger
alias Pleroma.Web.OAuth.Token
alias Pleroma.{User, Repo}
alias Pleroma.{Repo, User}
@behaviour :cowboy_websocket_handler