clear deps

This commit is contained in:
Leonid Pershin
2025-10-17 06:29:23 +03:00
parent a96d4d8067
commit b816eb5aaf
21 changed files with 7 additions and 55 deletions

View File

@@ -1,11 +1,8 @@
using ChatBot.Models.Configuration;
using ChatBot.Services;
using ChatBot.Services.Telegram.Commands;
using ChatBot.Tests.TestUtilities;
using FluentAssertions;
using Microsoft.Extensions.Logging;
using Moq;
using Telegram.Bot.Types;
namespace ChatBot.Tests.Telegram.Commands;