Remove a useless import

develop
rinpatch 2019-08-31 10:57:35 +03:00
parent dbfcba85ec
commit 9cabc02864
1 changed files with 0 additions and 2 deletions

View File

@ -10,8 +10,6 @@ defmodule Pleroma.Web.TwitterAPI.TwitterAPITest do
alias Pleroma.Web.MastodonAPI.AccountView
alias Pleroma.Web.TwitterAPI.TwitterAPI
import Pleroma.Factory
setup_all do
Tesla.Mock.mock_global(fn env -> apply(HttpRequestMock, :request, [env]) end)
:ok