forked from EllieBotDevs/elliebot
removed unused usings, no functional change
This commit is contained in:
parent
d428fc5532
commit
fe7445eefb
112 changed files with 77 additions and 205 deletions
src/EllieBot/Services/Impl
|
@ -2,7 +2,6 @@
|
|||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.Primitives;
|
||||
using EllieBot.Common.Yml;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace EllieBot.Services;
|
||||
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#nullable disable
|
||||
using EllieBot.Db;
|
||||
using Newtonsoft.Json;
|
||||
using System.Globalization;
|
||||
|
||||
|
|
Reference in a new issue