From dfe2f288ab4b8ca40808da7920f9b56b450010d5 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sun, 10 Nov 2024 14:28:54 +0000 Subject: [PATCH] Remove unused import --- lib/music_library/records/batch.ex | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/music_library/records/batch.ex b/lib/music_library/records/batch.ex index 5ab493b7..3c8ea5b2 100644 --- a/lib/music_library/records/batch.ex +++ b/lib/music_library/records/batch.ex @@ -1,6 +1,5 @@ defmodule MusicLibrary.Records.Batch do require Logger - import Ecto.Query, warn: false alias MusicLibrary.Records.Record alias MusicLibrary.Repo