@@ -2,9 +2,6 @@ discard block |
||
2 | 2 | |
3 | 3 | namespace Hubph\Cli; |
4 | 4 | |
5 | -use Consolidation\AnnotatedCommand\CommandData; |
|
6 | -use Consolidation\Filter\FilterOutputData; |
|
7 | -use Consolidation\Filter\LogicalOpFactory; |
|
8 | 5 | use Consolidation\OutputFormatters\Options\FormatterOptions; |
9 | 6 | use Consolidation\OutputFormatters\StructuredData\RowsOfFields; |
10 | 7 | use Consolidation\OutputFormatters\StructuredData\PropertyList; |
@@ -15,7 +12,6 @@ discard block |
||
15 | 12 | use Consolidation\AnnotatedCommand\CommandError; |
16 | 13 | use Hubph\HubphAPI; |
17 | 14 | use Hubph\VersionIdentifiers; |
18 | -use Hubph\PullRequests; |
|
19 | 15 | use Hubph\Git\WorkingCopy; |
20 | 16 | |
21 | 17 | class HubphCommands extends \Robo\Tasks implements ConfigAwareInterface, LoggerAwareInterface |
@@ -3,9 +3,6 @@ |
||
3 | 3 | |
4 | 4 | namespace Hubph\Git; |
5 | 5 | |
6 | -use Psr\Log\LoggerAwareInterface; |
|
7 | -use Psr\Log\LoggerAwareTrait; |
|
8 | -use Symfony\Component\Filesystem\Filesystem; |
|
9 | 6 | use Hubph\Util\ExecWithRedactionTrait; |
10 | 7 | |
11 | 8 | trait Git |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Composer\Semver\Semver; |
6 | 6 | use Psr\Log\LoggerAwareInterface; |
7 | 7 | use Psr\Log\LoggerAwareTrait; |
8 | -use Symfony\Component\Filesystem\Filesystem; |
|
9 | 8 | use Hubph\Util\ExecWithRedactionTrait; |
10 | 9 | |
11 | 10 | class Remote implements LoggerAwareInterface |