From 413b45a6c5dd7457578194a22b5f0ad8177719b9 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Fri, 5 May 2023 10:58:41 -0400 Subject: [PATCH] Bug 31798: (QA follow-up) Remove use Koha::Item, we already use Koha::Items Signed-off-by: Kyle M Hall --- 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 d72ca64444..e50f426409 100644 --- a/Koha/REST/V1/Biblios.pm +++ b/Koha/REST/V1/Biblios.pm @@ -30,7 +30,6 @@ use C4::Barcodes::ValueBuilder; use C4::Context; use Koha::Items; -use Koha::Item; use List::MoreUtils qw( any ); use MARC::Record::MiJ; -- 2.30.2