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

@@ -1,6 +1,4 @@
#nullable disable
using System.Diagnostics.CodeAnalysis;
namespace NadekoBot.Common;
[AttributeUsage(AttributeTargets.Method | AttributeTargets.Class)]

View File

@@ -1,5 +1,4 @@
using NadekoBot.Medusa;
using System.Reflection;
using System.Reflection;
namespace NadekoBot.Medusa;

View File

@@ -1,7 +1,4 @@
using NadekoBot.Db.Models;
using OneOf;
namespace NadekoBot.Modules.Patronage;
namespace NadekoBot.Modules.Patronage;
/// <summary>
/// Manages patrons and provides access to their data

View File

@@ -1,6 +1,4 @@
using NadekoBot.Db.Models;
namespace NadekoBot.Modules.Patronage;
namespace NadekoBot.Modules.Patronage;
/// <summary>
/// Represents information about why the user has triggered a quota limit

View File

@@ -1,5 +1,4 @@
using NadekoBot.Common.Configs;
using System.Diagnostics.CodeAnalysis;
namespace NadekoBot.Extensions;

View File

@@ -1,6 +1,4 @@
using NadekoBot.Common.Configs;
using NadekoBot.Db.Models;
using System.Collections.ObjectModel;
using System.Collections.ObjectModel;
namespace NadekoBot.Extensions;

View File

@@ -1,7 +1,6 @@
#nullable disable
using NadekoBot.Common.Configs;
using NadekoBot.Common.ModuleBehaviors;
using NadekoBot.Db;
using ExecuteResult = Discord.Commands.ExecuteResult;
using PreconditionResult = Discord.Commands.PreconditionResult;

View File

@@ -1,7 +1,6 @@
#nullable disable
using LinqToDB;
using LinqToDB.EntityFrameworkCore;
using NadekoBot.Db;
using NadekoBot.Db.Models;
using NadekoBot.Services.Currency;

View File

@@ -1,5 +1,4 @@
using Microsoft.EntityFrameworkCore;
using NadekoBot.Db;
using NadekoBot.Db.Models;
namespace NadekoBot.Extensions;

View File

@@ -1,4 +1,3 @@
using System.Diagnostics;
using System.Globalization;
using System.Text.Json;
using System.Text.RegularExpressions;