dev: removed unused usings, no functional change

This commit is contained in:
Kwoth
2024-08-05 13:32:15 +00:00
parent 15fe8b5daf
commit a396c2d9dd
113 changed files with 46 additions and 175 deletions

View File

@@ -2,7 +2,6 @@
using Microsoft.Extensions.Configuration;
using Microsoft.Extensions.Primitives;
using NadekoBot.Common.Yml;
using Newtonsoft.Json;
namespace NadekoBot.Services;

View File

@@ -1,5 +1,4 @@
#nullable disable
using NadekoBot.Db;
using Newtonsoft.Json;
using System.Globalization;

View File

@@ -3,7 +3,6 @@ using OneOf.Types;
using StackExchange.Redis;
using System.Text.Json;
using System.Text.Json.Serialization;
using YamlDotNet.Core.Tokens;
namespace NadekoBot.Common;