From 22194d4aadb9a50e5c0f4ecaaf1e0b325b0b0266 Mon Sep 17 00:00:00 2001 From: Niggl Date: Fri, 5 Jun 2020 16:01:09 +0200 Subject: [PATCH] Removed Unnessecary Imports from: CategoriesController --- ScrumTaskboard/Controllers/CategoriesController.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ScrumTaskboard/Controllers/CategoriesController.cs b/ScrumTaskboard/Controllers/CategoriesController.cs index 7c637ba..2b1afbe 100644 --- a/ScrumTaskboard/Controllers/CategoriesController.cs +++ b/ScrumTaskboard/Controllers/CategoriesController.cs @@ -1,8 +1,6 @@ -using System; -using System.Collections.Generic; +using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore;