1
0
Fork 0

Remove unecessary use statement in Transaction class

pull/715/head
Nils Adermann 2012-05-15 20:29:21 +02:00
parent 70e306f055
commit 83c499cf29
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@
namespace Composer\DependencyResolver;
use Composer\Repository\RepositoryInterface;
use Composer\Package\PackageInterface;
use Composer\Package\AliasPackage;
use Composer\DependencyResolver\Operation;