diff --git a/src/TestUtils/DummyPersonProvider.php b/src/TestUtils/DummyPersonProvider.php
index 6eefcfd830853da3bce616b1aef22f319ae29fd8..fb45a44b802aa351600343dff178ec4b2dc0a1af 100644
--- a/src/TestUtils/DummyPersonProvider.php
+++ b/src/TestUtils/DummyPersonProvider.php
@@ -4,7 +4,6 @@ declare(strict_types=1);
 
 namespace Dbp\Relay\BasePersonBundle\TestUtils;
 
-use ApiPlatform\Core\Exception\ItemNotFoundException;
 use Dbp\Relay\BasePersonBundle\API\PersonProviderInterface;
 use Dbp\Relay\BasePersonBundle\Entity\Person;
 use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;