Skip to content

Commit 645fb02

Browse files
committed
Remove unnecessary imports
1 parent 4a314c4 commit 645fb02

File tree

6 files changed

+0
-9
lines changed

6 files changed

+0
-9
lines changed

src/Commands/AddCommand.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@
33

44
use Stolt\GitUserBend\Exceptions\CommandFailed;
55
use Stolt\GitUserBend\Exceptions\Exception;
6-
use Stolt\GitUserBend\Exceptions\InvalidAlias;
7-
use Stolt\GitUserBend\Exceptions\InvalidEmail;
86
use Stolt\GitUserBend\Persona;
97
use Stolt\GitUserBend\Persona\Storage;
108
use Stolt\GitUserBend\Traits\Guards;
119
use Symfony\Component\Console\Command\Command;
1210
use Symfony\Component\Console\Input\InputArgument;
1311
use Symfony\Component\Console\Input\InputInterface;
14-
use Symfony\Component\Console\Input\InputOption;
1512
use Symfony\Component\Console\Output\OutputInterface;
1613

1714
class AddCommand extends Command

src/Commands/ExportCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
use Symfony\Component\Console\Command\Command;
1010
use Symfony\Component\Console\Input\InputArgument;
1111
use Symfony\Component\Console\Input\InputInterface;
12-
use Symfony\Component\Console\Input\InputOption;
1312
use Symfony\Component\Console\Output\OutputInterface;
1413

1514
class ExportCommand extends Command

src/Commands/PairCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
use Symfony\Component\Console\Command\Command;
1212
use Symfony\Component\Console\Input\InputArgument;
1313
use Symfony\Component\Console\Input\InputInterface;
14-
use Symfony\Component\Console\Input\InputOption;
1514
use Symfony\Component\Console\Output\OutputInterface;
1615

1716
class PairCommand extends Command

src/Commands/PersonasCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
use Stolt\GitUserBend\Persona\Storage;
88
use Symfony\Component\Console\Command\Command;
99
use Symfony\Component\Console\Helper\Table;
10-
use Symfony\Component\Console\Input\InputArgument;
1110
use Symfony\Component\Console\Input\InputInterface;
1211
use Symfony\Component\Console\Input\InputOption;
1312
use Symfony\Component\Console\Output\OutputInterface;

src/Commands/RetireCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33

44
use Stolt\GitUserBend\Exceptions\CommandFailed;
55
use Stolt\GitUserBend\Exceptions\Exception;
6-
use Stolt\GitUserBend\Persona;
76
use Stolt\GitUserBend\Persona\Storage;
87
use Stolt\GitUserBend\Traits\Guards;
98
use Symfony\Component\Console\Command\Command;
109
use Symfony\Component\Console\Input\InputArgument;
1110
use Symfony\Component\Console\Input\InputInterface;
12-
use Symfony\Component\Console\Input\InputOption;
1311
use Symfony\Component\Console\Output\OutputInterface;
1412

1513
class RetireCommand extends Command

src/Commands/WhoamiCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
use Symfony\Component\Console\Command\Command;
99
use Symfony\Component\Console\Input\InputArgument;
1010
use Symfony\Component\Console\Input\InputInterface;
11-
use Symfony\Component\Console\Input\InputOption;
1211
use Symfony\Component\Console\Output\OutputInterface;
1312

1413
class WhoamiCommand extends Command

0 commit comments

Comments
 (0)