Remove unused imports

This commit is contained in:
Ske 2020-06-13 23:12:44 +02:00
parent d135042a58
commit c780781184
12 changed files with 1 additions and 23 deletions

View File

@ -2,8 +2,6 @@ using System;
using System.Linq; using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
using DSharpPlus.Entities;
using NodaTime; using NodaTime;
using PluralKit.Core; using PluralKit.Core;

View File

@ -1,6 +1,5 @@
using System.Threading.Tasks; using System.Threading.Tasks;
using DSharpPlus;
using DSharpPlus.Entities; using DSharpPlus.Entities;
using PluralKit.Core; using PluralKit.Core;

View File

@ -1,5 +1,4 @@
using System; using System;
using System.Collections;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text; using System.Text;

View File

@ -1,11 +1,7 @@
using System; using System;
using System.Collections.Generic;
using System.Data;
using System.Linq; using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
using Dapper;
using DSharpPlus; using DSharpPlus;
using DSharpPlus.Entities; using DSharpPlus.Entities;
using DSharpPlus.Exceptions; using DSharpPlus.Exceptions;

View File

@ -1,4 +1,3 @@
using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
using Dapper; using Dapper;

View File

@ -1,7 +1,5 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Data;
using System.Diagnostics; using System.Diagnostics;
using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
using App.Metrics; using App.Metrics;

View File

@ -2,7 +2,6 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.IO; using System.IO;
using System.Linq; using System.Linq;
using System.Net;
using System.Net.Http; using System.Net.Http;
using System.Text.RegularExpressions; using System.Text.RegularExpressions;
using System.Threading.Tasks; using System.Threading.Tasks;
@ -14,7 +13,6 @@ using DSharpPlus.Exceptions;
using Humanizer; using Humanizer;
using Newtonsoft.Json; using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using Serilog; using Serilog;

View File

@ -1,6 +1,5 @@
using System; using System;
using System.Data; using System.Data;
using System.Data.Common;
using System.Threading; using System.Threading;
using System.Threading.Tasks; using System.Threading.Tasks;

View File

@ -12,7 +12,6 @@ using Microsoft.Extensions.DependencyInjection;
using NodaTime; using NodaTime;
using Serilog; using Serilog;
using Serilog.Events;
using Serilog.Formatting.Compact; using Serilog.Formatting.Compact;
using Serilog.Sinks.SystemConsole.Themes; using Serilog.Sinks.SystemConsole.Themes;

View File

@ -3,7 +3,6 @@ using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Collections.Immutable; using System.Collections.Immutable;
using System.Data; using System.Data;
using System.Data.Common;
using System.Linq; using System.Linq;
using System.Threading.Tasks; using System.Threading.Tasks;
@ -11,8 +10,6 @@ using Dapper;
using NodaTime; using NodaTime;
using Npgsql;
using NpgsqlTypes; using NpgsqlTypes;
namespace PluralKit.Core namespace PluralKit.Core

View File

@ -1,5 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Data;
using System.Data.Common; using System.Data.Common;
using Dapper; using Dapper;

View File

@ -1,7 +1,4 @@
using System.Data; using System.Threading;
using System.Threading;
using Dapper;
namespace PluralKit.Core namespace PluralKit.Core
{ {