From 7db24e3a880372d039dbde5e81a3548f459fb204 Mon Sep 17 00:00:00 2001 From: Viswanatha Swamy Date: Sat, 19 Dec 2020 09:18:36 +0530 Subject: [PATCH] Removed unused usings --- src/Web/WebStatus/Controllers/HomeController.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Web/WebStatus/Controllers/HomeController.cs b/src/Web/WebStatus/Controllers/HomeController.cs index e87e655a6..f1673b642 100644 --- a/src/Web/WebStatus/Controllers/HomeController.cs +++ b/src/Web/WebStatus/Controllers/HomeController.cs @@ -1,8 +1,6 @@ -using HealthChecks.UI.Configuration; -using Microsoft.AspNetCore.Mvc; +using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Configuration; using System.Linq; -using System.Threading.Tasks; namespace WebStatus.Controllers {