Remove unused trait

This commit is contained in:
Oliver Davies 2025-06-24 16:43:30 +01:00
parent cdebc0cddb
commit e1c8f4f118

View file

@ -4,7 +4,6 @@ declare(strict_types=1);
namespace Drupal\Tests\opd_presentations\Action;
use Drupal\Tests\RandomGeneratorTrait;
use Drupal\Tests\opd_presentations\Traits\PresentationCreationTrait;
use Drupal\opd_presentations\Action\CountGivenPresentations;
use Drupal\opd_presentations\Events;