Remove unused use statement

This commit is contained in:
Frederic Guillot 2016-01-28 20:34:15 -05:00
parent 32e4a932c8
commit 3fd8c53871
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
namespace Kanboard\Console;
use Symfony\Component\Console\Input\ArrayInput;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Output\NullOutput;

View File

@ -2,7 +2,6 @@
namespace Kanboard\Console;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Output\OutputInterface;
use Kanboard\Model\Task;