diff --git a/src/Commands/ProjectAlerts/Command.php b/src/Commands/ProjectAlerts/Command.php index 9ac22d3..e7ac029 100644 --- a/src/Commands/ProjectAlerts/Command.php +++ b/src/Commands/ProjectAlerts/Command.php @@ -4,8 +4,6 @@ use BennoThommo\OctoberCli\Commands\ProjectVersion\FileManifest; use BennoThommo\OctoberCli\Commands\ProjectVersion\SourceManifest; use BennoThommo\OctoberCli\GitHub\Token; -use Exception; -use Github\Exception\InvalidArgumentException; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface;