diff --git a/apps/files/lib/Command/ListFiles.php b/apps/files/lib/Command/ListFiles.php index 4420ca1de92..0bfb1e73550 100644 --- a/apps/files/lib/Command/ListFiles.php +++ b/apps/files/lib/Command/ListFiles.php @@ -21,7 +21,6 @@ use OCP\Files\IRootFolder; use OCP\Files\NotFoundException; use OCP\IUserManager; use Psr\Log\LoggerInterface; -use Symfony\Component\Console\Helper\Table; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Output\OutputInterface;