Skip to content

Commit

Permalink
Remove unused use statement (#2072)
Browse files Browse the repository at this point in the history
Noticed in VS Code this appears to be an unused use statement

Co-authored-by: Sara McCutcheon <[email protected]>
  • Loading branch information
twfahey1 and TeslaDethray authored Sep 2, 2020
1 parent 28995f0 commit 61d6a26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Helpers/LocalMachineHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
use Robo\Common\IO;
use Robo\Contract\ConfigAwareInterface;
use Robo\Contract\IOAwareInterface;
use Symfony\Component\Console\Output\ConsoleOutputInterface;
use Symfony\Component\Filesystem\Filesystem;
use Symfony\Component\Finder\Finder;
use Symfony\Component\Process\Process;
Expand Down

0 comments on commit 61d6a26

Please sign in to comment.