diff --git a/src/Service/NostrClient.php b/src/Service/NostrClient.php index 2a6880a..c8bf79f 100644 --- a/src/Service/NostrClient.php +++ b/src/Service/NostrClient.php @@ -5,7 +5,6 @@ namespace App\Service; use App\Entity\Article; use App\Enum\KindsEnum; use App\Factory\ArticleFactory; -use App\Service\RedisCacheService; use App\Util\NostrPhp\TweakedRequest; use Doctrine\ORM\EntityManagerInterface; use Doctrine\Persistence\ManagerRegistry;