@@ -13,7 +13,6 @@ |
||
| 13 | 13 | use Monolog\Handler\StreamHandler; |
| 14 | 14 | use Monolog\Logger; |
| 15 | 15 | use Pimple\Container; |
| 16 | -use Pimple\Tests\Fixtures\PimpleServiceProvider; |
|
| 17 | 16 | use Symfony\Component\DependencyInjection\ContainerInterface; |
| 18 | 17 | |
| 19 | 18 | class ContentModerationGraph extends ContentModerationReportBase implements ContainerInjectionInterface { |
@@ -8,9 +8,7 @@ |
||
| 8 | 8 | use Drupal\qa\Controller\WorkflowsReportController; |
| 9 | 9 | use Drupal\qa\Workflows\ContentModerationGraph; |
| 10 | 10 | use Drupal\qa\Workflows\ContentModerationGrid; |
| 11 | -use Drupal\qa\Workflows\WorkflowList; |
|
| 12 | 11 | use Symfony\Component\Yaml\Yaml; |
| 13 | - |
|
| 14 | 12 | use OSInet\qa\ForceRemoved; |
| 15 | 13 | |
| 16 | 14 | /** |