@@ -3,7 +3,6 @@ |
||
3 | 3 | use Drupal\qa\Controller\WorkflowsReportController; |
4 | 4 | use Drupal\qa\Workflows\ContentModerationGraph; |
5 | 5 | use Drupal\qa\Workflows\ContentModerationGrid; |
6 | -use Drupal\qa\Workflows\WorkflowList; |
|
7 | 6 | use Symfony\Component\Yaml\Yaml; |
8 | 7 | |
9 | 8 | function qa_drush_command() { |
@@ -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 { |