diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-08-07 09:43:49 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-08-07 09:43:49 +0300 |
commit | 56ddf20208657487bf0298409cf91b11dac346ff (patch) | |
tree | ce9da50b2da082ce465ca3c47aa191883d7322fd | |
parent | 1298a2ea2c63f14cc080eb549377c6a1274b1628 (diff) | |
download | pleroma-56ddf20208657487bf0298409cf91b11dac346ff.tar.gz |
Removed unused alias.
-rw-r--r-- | test/web/media_proxy/media_proxy_controller_test.exs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/web/media_proxy/media_proxy_controller_test.exs b/test/web/media_proxy/media_proxy_controller_test.exs index 0cda1e0b0..0dd2fd10c 100644 --- a/test/web/media_proxy/media_proxy_controller_test.exs +++ b/test/web/media_proxy/media_proxy_controller_test.exs @@ -8,7 +8,6 @@ defmodule Pleroma.Web.MediaProxy.MediaProxyControllerTest do import Mock alias Pleroma.Web.MediaProxy - alias Pleroma.Web.MediaProxy.MediaProxyController alias Plug.Conn setup do |