From 89fdbd179cdb0d6d3caf701237e0268a39c1ef24 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 3 Jul 2023 16:28:44 +0100 Subject: [PATCH] Bug 33974: (QA follow-up) Remove superflous import We don't actually need the Clone import.. it's not used in Biblios.pmt Signed-off-by: Martin Renvoize --- Koha/REST/V1/Biblios.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/REST/V1/Biblios.pm b/Koha/REST/V1/Biblios.pm index bbfec9c1c7..ca58870e3d 100644 --- a/Koha/REST/V1/Biblios.pm +++ b/Koha/REST/V1/Biblios.pm @@ -31,7 +31,6 @@ use C4::Context; use Koha::Items; -use Clone qw( clone ); use List::MoreUtils qw( any ); use MARC::Record::MiJ; -- 2.41.0