[quote] Remove unused "using" directives.

This commit is contained in:
West14
2022-01-21 14:23:05 +02:00
parent a9d284dc9d
commit f944d0731a
2 changed files with 0 additions and 3 deletions
@@ -1,6 +1,5 @@
using Newtonsoft.Json;
using Newtonsoft.Json.Serialization;
using Telegram.Bot.Types;
using File = Telegram.Bot.Types.File;
namespace West.TelegramBot.ChatQuotes.Model.Quote;
@@ -2,8 +2,6 @@
using System.Text;
using Microsoft.Extensions.Configuration;
using Newtonsoft.Json;
using Telegram.Bot.Types;
using West.TelegramBot.ChatQuotes.Model;
using West.TelegramBot.ChatQuotes.Model.Quote;
using Message = Telegram.Bot.Types.Message;