@@ -13,7 +13,6 @@ |
||
13 | 13 | use Symfony\Component\Console\Command\Command; |
14 | 14 | use Symfony\Component\Console\Input\InputInterface; |
15 | 15 | use Symfony\Component\Console\Output\OutputInterface; |
16 | -use Symfony\Component\Console\Input\InputArgument; |
|
17 | 16 | use Reith\ToyRobot\Messaging\Query\RobotReport; |
18 | 17 | |
19 | 18 | class Report extends Command |
@@ -13,7 +13,6 @@ |
||
13 | 13 | use MathPHP\LinearAlgebra\Vector; |
14 | 14 | use Psr\Log\LoggerInterface; |
15 | 15 | use Reith\ToyRobot\Domain\Robot\RobotRepositoryInterface; |
16 | -use Reith\ToyRobot\Domain\Robot\Place; |
|
17 | 16 | use Reith\ToyRobot\Domain\Space\SpaceInterface; |
18 | 17 | use Reith\ToyRobot\Messaging\Command\PlaceRobot; |
19 | 18 | use Reith\ToyRobot\Messaging\Annotation\Subscribe; |