Bug 25723: (QA follow-up) Remove unused module import
authorJoonas Kylmälä <joonas.kylmala@helsinki.fi>
Fri, 17 Jul 2020 14:26:15 +0000 (14:26 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 20 Jul 2020 15:45:31 +0000 (17:45 +0200)
The last usage of this module was removed in the commit
"Bug 25723: Update cache flushing calls" but the import was
not removed along with it.

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>

tools/newHolidays.pl

index f7a1929..7644006 100755 (executable)
@@ -24,8 +24,6 @@ use CGI qw ( -utf8 );
 use C4::Auth;
 use C4::Output;
 
-use Koha::Caches;
-
 use C4::Calendar;
 use DateTime;
 use Koha::DateUtils;