Remove unused imports
This commit is contained in:
parent
b50d0de494
commit
2b0fbcc6d7
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue