From eddb70defab498466af0520ee5a9be7159793342 Mon Sep 17 00:00:00 2001
From: Kyle M Hall <kyle@bywatersolutions.com>
Date: Mon, 11 Mar 2019 14:26:49 -0400
Subject: [PATCH] Bug 22330: (QA follow-up) Remove duplicate use lines, combine
 and sort remaning lines

Signed-off-by: Liz Rea <wizzyrea@gmail.com>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
---
 C4/Reserves.pm | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/C4/Reserves.pm b/C4/Reserves.pm
index 48b4170a69..de7e3f0a2c 100644
--- a/C4/Reserves.pm
+++ b/C4/Reserves.pm
@@ -23,19 +23,16 @@ package C4::Reserves;
 
 use strict;
 #use warnings; FIXME - Bug 2505
+
 use C4::Accounts;
 use C4::Biblio;
 use C4::Circulation;
 use C4::Context;
 use C4::Items;
-use C4::Members;
-
-# for _koha_notify_reserve
 use C4::Letters;
 use C4::Log;
-use C4::Members qw();
 use C4::Members::Messaging;
-
+use C4::Members;
 use Koha::Account::Lines;
 use Koha::Biblios;
 use Koha::Calendar;
@@ -48,7 +45,6 @@ use Koha::IssuingRules;
 use Koha::ItemTypes;
 use Koha::Items;
 use Koha::Libraries;
-use Koha::Libraries;
 use Koha::Old::Hold;
 use Koha::Patrons;
 
-- 
2.11.0