Skip to content

Commit

Permalink
[TASK] Remove unused imports
Browse files Browse the repository at this point in the history
Related #1120
  • Loading branch information
kanow committed Aug 20, 2024
1 parent 46bee2c commit bd43ac1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Classes/Command/CreateTestDataCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,11 @@

namespace TTN\Tea\Command;

use Symfony\Component\Console\Application;
use Symfony\Component\Console\Command\Command;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Style\SymfonyStyle;
use TYPO3\CMS\Backend\Command\ProgressListener\ReferenceIndexProgressListener;
use TYPO3\CMS\Backend\Command\ReferenceIndexUpdateCommand;
use TYPO3\CMS\Core\Core\Bootstrap;
use TYPO3\CMS\Core\Database\Connection;
use TYPO3\CMS\Core\Database\ConnectionPool;
use TYPO3\CMS\Core\Database\ReferenceIndex;
Expand Down

0 comments on commit bd43ac1

Please sign in to comment.