From 53223ba7ff8c229714247bbddcc2645509334e08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nu=C5=A1a=20Puk=C5=A1i=C4=8D?= Date: Thu, 9 Oct 2025 21:27:10 +0200 Subject: [PATCH] Fix import --- src/Service/NostrClient.php | 1 - 1 file changed, 1 deletion(-) 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;