From 939a4aa9c2d90159323dc1397d99b70063751a74 Mon Sep 17 00:00:00 2001 From: Padraic Brady Date: Thu, 29 Jan 2015 20:59:27 +0000 Subject: [PATCH] Get tests running to prep for fixes --- src/Composer/Command/Command.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Composer/Command/Command.php b/src/Composer/Command/Command.php index 0c17138d6..6c5226c6a 100644 --- a/src/Composer/Command/Command.php +++ b/src/Composer/Command/Command.php @@ -19,7 +19,6 @@ use Composer\IO\NullIO; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Console\Command\Command as BaseCommand; -use Symfony\Component\Console\Input\InputInterface; /** * Base class for Composer commands