X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/2c3ecbd0419d17ac7c7a202d491377e59bea74a1..c3e29babceff2ea55d1e1b33b729f70eba8bcbbb:/SL/BackgroundJob/CsvImport.pm diff --git a/SL/BackgroundJob/CsvImport.pm b/SL/BackgroundJob/CsvImport.pm index 9815ddfb3..14ad33625 100644 --- a/SL/BackgroundJob/CsvImport.pm +++ b/SL/BackgroundJob/CsvImport.pm @@ -7,7 +7,6 @@ use parent qw(SL::BackgroundJob::Base); use YAML (); use SL::JSON; use SL::DB::CsvImportProfile; -use SL::SessionFile::Random; sub create_job { my ($self_or_class, %params) = @_;