@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace Wandu\Compiler; |
3 | 3 | |
4 | 4 | use Closure; |
5 | -use Wandu\Compiler\Exception\UnknownTokenException; |
|
6 | 5 | use Wandu\Compiler\Exception\UnknownTokenFromLexException; |
7 | 6 | |
8 | 7 | /** |
@@ -3,7 +3,6 @@ |
||
3 | 3 | |
4 | 4 | use Psy\Shell; |
5 | 5 | use Wandu\Console\Command; |
6 | -use Wandu\Q\Queue; |
|
7 | 6 | |
8 | 7 | class PsyshCommand extends Command |
9 | 8 | { |
@@ -13,7 +13,6 @@ |
||
13 | 13 | use Wandu\DI\Containee\InstanceContainee; |
14 | 14 | use Wandu\DI\Exception\CannotChangeException; |
15 | 15 | use Wandu\DI\Exception\CannotFindParameterException; |
16 | -use Wandu\DI\Exception\CannotInjectException; |
|
17 | 16 | use Wandu\DI\Exception\CannotResolveException; |
18 | 17 | use Wandu\DI\Exception\NullReferenceException; |
19 | 18 | use Wandu\Reflection\ReflectionCallable; |