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:
parent
220a517c8e
commit
2c385d0d7d
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ use t::lib::TestBuilder;
|
||||||
use C4::Context;
|
use C4::Context;
|
||||||
use Koha::Database;
|
use Koha::Database;
|
||||||
use Koha::Upload;
|
use Koha::Upload;
|
||||||
use Koha::Schema::Result::UploadedFile;
|
|
||||||
|
|
||||||
my $schema = Koha::Database->new->schema;
|
my $schema = Koha::Database->new->schema;
|
||||||
$schema->storage->txn_begin;
|
$schema->storage->txn_begin;
|
||||||
|
|
Loading…
Reference in a new issue