From d8063c468c809c795a4cb61c269db075735f207f Mon Sep 17 00:00:00 2001 From: Francois Suter Date: Mon, 20 Jan 2025 10:56:38 +0100 Subject: [PATCH] [FOLLOWUP] Remove unused use statement, refernces #359 --- Tests/Functional/ImporterPreviewTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/Functional/ImporterPreviewTest.php b/Tests/Functional/ImporterPreviewTest.php index 3d4cd8b..30f12d6 100644 --- a/Tests/Functional/ImporterPreviewTest.php +++ b/Tests/Functional/ImporterPreviewTest.php @@ -35,7 +35,6 @@ use TYPO3\CMS\Core\Core\Bootstrap; use TYPO3\CMS\Core\Type\ContextualFeedbackSeverity; use TYPO3\CMS\Core\Utility\GeneralUtility; -use TYPO3\CMS\Core\Utility\VersionNumberUtility; /** * Test suite for the preview feature of the Importer class.