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

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

View File

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

View File

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