diff --git a/web/modules/custom/opd_talks/src/Plugin/views/sort/Event.php b/web/modules/custom/opd_talks/src/Plugin/views/sort/Event.php index 1d8f5a9..b9b21a6 100644 --- a/web/modules/custom/opd_talks/src/Plugin/views/sort/Event.php +++ b/web/modules/custom/opd_talks/src/Plugin/views/sort/Event.php @@ -4,8 +4,6 @@ declare(strict_types=1); namespace Drupal\opd_talks\Plugin\views\sort; -use Drupal\Core\Datetime\DrupalDateTime; -use Drupal\datetime\DateTimeComputed; use Drupal\views\Plugin\views\sort\Date; use Drupal\views\Annotation\ViewsSort;