From a2fc812ddbdb74a1567c35f3a78525cb39d0940b Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 14 Jun 2025 22:32:58 +0100 Subject: [PATCH] Remove unused import --- .../tests/src/Functional/PresentationCounterTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/opd_presentations/tests/src/Functional/PresentationCounterTest.php b/modules/opd_presentations/tests/src/Functional/PresentationCounterTest.php index 1e938a808..27e1e28d4 100644 --- a/modules/opd_presentations/tests/src/Functional/PresentationCounterTest.php +++ b/modules/opd_presentations/tests/src/Functional/PresentationCounterTest.php @@ -6,7 +6,6 @@ namespace Drupal\Tests\opd_presentations; use Drupal\Tests\RandomGeneratorTrait; use Drupal\Tests\opd_presentations\Traits\PresentationCreationTrait; -use Drupal\node\NodeInterface; use Drupal\opd_presentations\Date; use Drupal\opd_presentations\PresentationCounter; use weitzman\DrupalTestTraits\ExistingSiteBase;