Removed some unused usings

This commit is contained in:
Kwoth
2022-09-04 12:19:15 +02:00
parent 6f75161c80
commit 9a013db25f
2 changed files with 0 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
#nullable disable
using Nadeko.Common;
using NadekoBot.Modules.Music.Services;
using NadekoBot.Services.Database.Models;

View File

@@ -1,7 +1,6 @@
#nullable disable warnings
using LinqToDB;
using LinqToDB.EntityFrameworkCore;
using Nadeko.Common;
using NadekoBot.Services.Database.Models;
namespace NadekoBot.Modules.Utility;