From 2f7655ee052a89ca2f81129039092ad09edb5ddb Mon Sep 17 00:00:00 2001
From: StyleCI Bot <bot@styleci.io>
Date: Fri, 20 Sep 2024 17:17:16 +0000
Subject: [PATCH] Apply fixes from StyleCI

---
 tests/Unit/ResourceModelTest.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/Unit/ResourceModelTest.php b/tests/Unit/ResourceModelTest.php
index bff3f2a..e358a65 100644
--- a/tests/Unit/ResourceModelTest.php
+++ b/tests/Unit/ResourceModelTest.php
@@ -10,7 +10,6 @@
 use Illuminate\Support\Facades\URL;
 use Spatie\Image\Exceptions\InvalidManipulation;
 use Symfony\Component\HttpFoundation\BinaryFileResponse;
-use function PHPUnit\Framework\assertDirectoryExists;
 
 class ResourceModelTest extends TestCase
 {
@@ -290,7 +289,6 @@ public function isNotExternal(): void
         self::assertFalse($model->isExternal());
     }
 
-
     /**
      * @test
      *