@@ -2,7 +2,6 @@ |
||
2 | 2 | namespace Hal\Metric\System\Packages\Composer; |
3 | 3 | |
4 | 4 | use Hal\Application\Config\Config; |
5 | -use Hal\Application\Config\ConfigException; |
|
6 | 5 | use Hal\Component\File\Finder; |
7 | 6 | use Hal\Metric\Metrics; |
8 | 7 | use Hal\Metric\ProjectMetric; |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Test; |
4 | 4 | |
5 | -use Hal\Component\Tree\Graph; |
|
6 | 5 | use Hal\Component\Tree\GraphDeduplicated; |
7 | 6 | use Hal\Component\Tree\Node; |
8 | 7 |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Test; |
4 | 4 | |
5 | 5 | use Hal\Component\Tree\Graph; |
6 | -use Hal\Component\Tree\GraphFactory; |
|
7 | 6 | use Hal\Component\Tree\Node; |
8 | 7 | use Hal\Component\Tree\Operator\SizeOfTree; |
9 | 8 |