From 5b7be74727824b91ff605fe0da9ee7d709216188 Mon Sep 17 00:00:00 2001 From: Kieran Eglin Date: Fri, 13 Dec 2024 12:26:19 -0800 Subject: [PATCH] Removed unneeded alias --- test/pinchflat_web/controllers/pages/job_table_live_test.exs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/pinchflat_web/controllers/pages/job_table_live_test.exs b/test/pinchflat_web/controllers/pages/job_table_live_test.exs index d5f90d64..32ddfce4 100644 --- a/test/pinchflat_web/controllers/pages/job_table_live_test.exs +++ b/test/pinchflat_web/controllers/pages/job_table_live_test.exs @@ -6,7 +6,6 @@ defmodule PinchflatWeb.Pages.JobTableLiveTest do import Pinchflat.MediaFixtures import Pinchflat.SourcesFixtures - alias Pinchflat.Utils.StringUtils alias Pinchflat.Pages.JobTableLive alias Pinchflat.Downloading.MediaDownloadWorker alias Pinchflat.FastIndexing.FastIndexingWorker