Bug 31531: Remove unnecessary use directives on opac-memberentry.pl

This patch just removes two redundant use directives in opac-memberentry.pl

Signed-off-by: Joonas Kylmälä <joonas.kylmala@iki.fi>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
David Cook 2022-09-08 03:06:59 +00:00 committed by Tomas Cohen Arazi
parent 244f68b1e0
commit 6c893f7372
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -41,8 +41,6 @@ use Koha::Libraries;
use Koha::Patron::Attribute::Types;
use Koha::Patron::Attributes;
use Koha::Patron::Images;
use Koha::Patron::Modification;
use Koha::Patron::Modifications;
use Koha::Patron::Categories;
use Koha::Token;
use Koha::AuthorisedValues;