From ee4864ff8fd3252f02c3126e02419c5c83e60532 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Thu, 17 Apr 2025 09:47:00 -0300 Subject: [PATCH] Bug 36197: Remove incorrect import Signed-off-by: Tomas Cohen Arazi --- Koha/ILL/Backend/Standard.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/ILL/Backend/Standard.pm b/Koha/ILL/Backend/Standard.pm index 47ae66f6809..4ebc1f8311d 100644 --- a/Koha/ILL/Backend/Standard.pm +++ b/Koha/ILL/Backend/Standard.pm @@ -24,7 +24,6 @@ use C4::Installer; use Koha::DateUtils qw/ dt_from_string /; use Koha::I18N qw(__); -use Koha::ILL::Request; use Koha::ILL::Requests; use Koha::ILL::Request::Attribute; use C4::Biblio qw( AddBiblio ); -- 2.49.0