1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-10 09:02:59 +00:00

Remove unecessary use statement in Transaction class

This commit is contained in:
Nils Adermann 2012-05-15 20:29:21 +02:00
parent 70e306f055
commit 83c499cf29

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;