Remove unused imports

This commit is contained in:
Thomas Lallement
2025-10-04 01:48:43 +02:00
parent bb99f0a2d9
commit 4084efd7c8
2 changed files with 0 additions and 3 deletions
@@ -4,7 +4,6 @@ declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Reader\Xlsx;
use PhpOffice\PhpSpreadsheet\IOFactory;
use PhpOffice\PhpSpreadsheet\Reader\Xlsx;
use PHPUnit\Framework\TestCase;
@@ -4,10 +4,8 @@ declare(strict_types=1);
namespace PhpOffice\PhpSpreadsheetTests\Writer\Xlsx;
use PhpOffice\PhpSpreadsheet\IOFactory;
use PhpOffice\PhpSpreadsheet\Reader\Xlsx;
use PhpOffice\PhpSpreadsheetTests\Functional\AbstractFunctional;
use PHPUnit\Framework\TestCase;
class DrawingInCellTest extends AbstractFunctional
{