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