Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console-core / src / Command / CompleteCommand.php
index 521ec9c12e9a4cbe15720307579b7697d6088671..44bf36eef8a0f4004aae40f3492ecd82375e38b5 100644 (file)
@@ -9,13 +9,9 @@ namespace Drupal\Console\Core\Command;
 
 use Symfony\Component\Console\Input\InputInterface;
 use Symfony\Component\Console\Output\OutputInterface;
-use Symfony\Component\Console\Command\Command;
-use Drupal\Console\Core\Command\Shared\CommandTrait;
 
 class CompleteCommand extends Command
 {
-    use CommandTrait;
-
     /**
      * {@inheritdoc}
      */