forked from AkkomaGang/akkoma
Remove a useless import
This commit is contained in:
parent
dbfcba85ec
commit
9cabc02864
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue