From 3760c44522d76d7a47cd04d73f86062d45a9a382 Mon Sep 17 00:00:00 2001 From: Andrew Dryga Date: Wed, 26 Apr 2023 11:24:59 -0600 Subject: [PATCH] Remove unused import --- apps/web/lib/web/mailer/auth_email.ex | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/web/lib/web/mailer/auth_email.ex b/apps/web/lib/web/mailer/auth_email.ex index 4d6f1938f..a1d996609 100644 --- a/apps/web/lib/web/mailer/auth_email.ex +++ b/apps/web/lib/web/mailer/auth_email.ex @@ -4,6 +4,4 @@ defmodule Web.Mailer.AuthEmail do use Phoenix.Swoosh, template_root: Path.join(__DIR__, "templates"), template_path: "auth_email" - - alias Web.Mailer end