Clean up unused imports

This commit is contained in:
Ske
2019-07-17 13:38:23 +02:00
parent f53344cd89
commit a188c64a0e
21 changed files with 3 additions and 70 deletions

View File

@@ -1,4 +1,3 @@
using System.Data;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Mvc;
using PluralKit.Core;

View File

@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using Dapper;