Merge pull request #3293 from nclsHart/remove-unused-use

Remove unused use statement in install command
This commit is contained in:
Jérémy Benoist 2017-07-28 07:35:48 +02:00 committed by GitHub
commit 6f9aba78a7
1 changed files with 0 additions and 1 deletions

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
{