diff --git a/src/BatchSynchronizer.php b/src/BatchSynchronizer.php
index b729e3103782b83f40622ba3f8f415392e536bf9..73120325b53c4b88bc03d562cba141f48124f5a9 100644
--- a/src/BatchSynchronizer.php
+++ b/src/BatchSynchronizer.php
@@ -5,7 +5,6 @@ declare(strict_types=1);
 namespace Drupal\rdf_sync;
 
 use Drupal\Core\Batch\BatchBuilder;
-use Drupal\Core\Entity\EntityPublishedInterface;
 use Drupal\Core\Entity\EntityTypeManagerInterface;
 use Drupal\rdf_sync\Model\SyncMethod;