Remove unused imports

This commit is contained in:
Oliver Davies 2019-01-16 00:18:52 +00:00
parent b50d0de494
commit 2b0fbcc6d7

View file

@ -5,9 +5,7 @@ namespace App\Command;
use App\Entity\Tweet;
use App\Service\TweetFetcher;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Style\SymfonyStyle;