Remove unused use statement in install command

This commit is contained in:
Nicolas Hart 2017-07-27 23:51:01 +02:00
parent f39152ad6e
commit 04f19537e7

View file

@ -14,7 +14,6 @@ use Symfony\Component\Console\Output\BufferedOutput;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Question\ConfirmationQuestion;
use Symfony\Component\Console\Question\Question;
use Wallabag\CoreBundle\Entity\Config;
class InstallCommand extends ContainerAwareCommand
{