Merge branch 'release/2.0.0' into 'stable'
[akkoma] / lib / pleroma / web / oauth / oauth_view.ex
index 1450b5a8db4d6cc25fc8b37db936e72c97320336..94ddaf91308e74e6271f8faf97d3cbb724ec9073 100644 (file)
@@ -1,9 +1,8 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2019 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.OAuth.OAuthView do
   use Pleroma.Web, :view
   import Phoenix.HTML.Form
-  import Phoenix.HTML.Link
 end