From e2becffdf613892cbe61b7a00f6073a74daf6b0c Mon Sep 17 00:00:00 2001 From: Niggl Date: Fri, 5 Jun 2020 16:00:01 +0200 Subject: [PATCH] Removed Unnessecary Imports from: StatusController --- ScrumTaskboard/Controllers/StatusController.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ScrumTaskboard/Controllers/StatusController.cs b/ScrumTaskboard/Controllers/StatusController.cs index 30e98d0..30fa37c 100644 --- a/ScrumTaskboard/Controllers/StatusController.cs +++ b/ScrumTaskboard/Controllers/StatusController.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;