From 172eae44c49d50d02190002928640b9a903df29c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 30 May 2025 00:43:16 +0100 Subject: [PATCH] Remove unused import --- modules/opd_daily_emails/opd_daily_emails.module | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/opd_daily_emails/opd_daily_emails.module b/modules/opd_daily_emails/opd_daily_emails.module index 2c85f5c7a..a9dfc9d4c 100644 --- a/modules/opd_daily_emails/opd_daily_emails.module +++ b/modules/opd_daily_emails/opd_daily_emails.module @@ -4,7 +4,6 @@ declare(strict_types=1); use Drupal\Core\Render\BubbleableMetadata; use Drupal\Core\StringTranslation\TranslatableMarkup; -use Drupal\opd_daily_emails\Collection\DailyEmailCollection; use Drupal\opd_daily_emails\Repository\DailyEmailNodeRepository; /**