mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
dev: removed unused usings, no functional change
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.Primitives;
|
||||
using NadekoBot.Common.Yml;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace NadekoBot.Services;
|
||||
|
||||
|
@@ -1,5 +1,4 @@
|
||||
#nullable disable
|
||||
using NadekoBot.Db;
|
||||
using Newtonsoft.Json;
|
||||
using System.Globalization;
|
||||
|
||||
|
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user