style(bot): pint — неиспользуемые импорты в трёх bot-тестах

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Дмитрий
2026-07-02 21:15:14 +03:00
parent c90f721978
commit edf98d9ace
3 changed files with 4 additions and 3 deletions
@@ -3,7 +3,6 @@
declare(strict_types=1);
use App\Models\KnowledgeChunk;
use App\Services\Bot\BotAnswer;
use App\Services\Bot\BotAnswerService;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Support\Facades\Http;