Skip to content

Commit

Permalink
Drop unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
UrGuardian4ngel committed Nov 6, 2020
1 parent c35a8e7 commit 611a9f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Composer/Downloader/FileDownloader.php
Expand Up @@ -14,15 +14,13 @@

use Composer\Config;
use Composer\Cache;
use Composer\Factory;
use Composer\IO\IOInterface;
use Composer\IO\NullIO;
use Composer\Package\Comparer\Comparer;
use Composer\DependencyResolver\Operation\UpdateOperation;
use Composer\DependencyResolver\Operation\InstallOperation;
use Composer\DependencyResolver\Operation\UninstallOperation;
use Composer\Package\PackageInterface;
use Composer\Package\Version\VersionParser;
use Composer\Plugin\PluginEvents;
use Composer\Plugin\PostFileDownloadEvent;
use Composer\Plugin\PreFileDownloadEvent;
Expand Down

0 comments on commit 611a9f5

Please sign in to comment.