From d81506d3be8238def82c8c667e027032dd0dd912 Mon Sep 17 00:00:00 2001 From: timvandijck Date: Fri, 1 Sep 2023 15:03:01 +0000 Subject: [PATCH] Fix styling --- tests/Manipulations/GammaTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Manipulations/GammaTest.php b/tests/Manipulations/GammaTest.php index f2384867..63c72223 100644 --- a/tests/Manipulations/GammaTest.php +++ b/tests/Manipulations/GammaTest.php @@ -3,7 +3,6 @@ namespace Spatie\Image\Test\Manipulations; use Spatie\Image\Drivers\ImageDriver; -use Spatie\Image\Exceptions\InvalidManipulation; it('can apply gamma to an image', function (ImageDriver $driver) { $targetFile = $this->tempDir->path("{$driver->driverName()}/gamma.jpg");