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 <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Martin Renvoize 2023-07-03 16:28:44 +01:00 committed by Tomas Cohen Arazi
parent c07e43cf2a
commit c7be846243
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -31,7 +31,6 @@ use C4::Context;
use Koha::Items;
use Clone qw( clone );
use List::MoreUtils qw( any );
use MARC::Record::MiJ;