From 59f95cbb33202cde15e17a8c1464a473c687833a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joonas=20Kylm=C3=A4l=C3=A4?= Date: Fri, 17 Jul 2020 14:26:15 +0000 Subject: [PATCH] Bug 25723: (QA follow-up) Remove unused module import 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. --- tools/newHolidays.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/newHolidays.pl b/tools/newHolidays.pl index f7a1929423..7644006a2c 100755 --- a/tools/newHolidays.pl +++ b/tools/newHolidays.pl @@ -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; -- 2.11.0