Bug 17600: Standardize our EXPORT_OK
[srvgit] / Koha / Library / Group.pm
index 4a4ea03..aaf6853 100644 (file)
@@ -19,10 +19,9 @@ package Koha::Library::Group;
 
 use Modern::Perl;
 
-use Carp;
 
 use Koha::Database;
-use Koha::DateUtils qw(dt_from_string);
+use Koha::DateUtils qw( dt_from_string );
 use Koha::Libraries;
 
 use base qw(Koha::Object);