From 2b0fbcc6d7bd10fec1054797c5b1ebca10857388 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Wed, 16 Jan 2019 00:18:52 +0000 Subject: [PATCH] Remove unused imports --- src/Command/FetchTweetsCommand.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Command/FetchTweetsCommand.php b/src/Command/FetchTweetsCommand.php index e846647..f10b57b 100644 --- a/src/Command/FetchTweetsCommand.php +++ b/src/Command/FetchTweetsCommand.php @@ -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;