Bug 14686: Remove unused use

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

Signed-off-by: Brendan Gallagher <bredan@bywatersolutions.com>
This commit is contained in:
Jonathan Druart 2016-04-04 14:21:08 +01:00 committed by Brendan Gallagher
parent 220a517c8e
commit 2c385d0d7d

View file

@ -11,7 +11,6 @@ use t::lib::TestBuilder;
use C4::Context;
use Koha::Database;
use Koha::Upload;
use Koha::Schema::Result::UploadedFile;
my $schema = Koha::Database->new->schema;
$schema->storage->txn_begin;