From 5ee748e7033b0f4b7dc2ab4b1a567dd229724e16 Mon Sep 17 00:00:00 2001 From: Chris Rickman Date: Tue, 12 Sep 2023 09:49:59 -0700 Subject: [PATCH] Remove namespace --- webapi/Controllers/MaintenanceController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/webapi/Controllers/MaintenanceController.cs b/webapi/Controllers/MaintenanceController.cs index c71067190..8f2ce3bb7 100644 --- a/webapi/Controllers/MaintenanceController.cs +++ b/webapi/Controllers/MaintenanceController.cs @@ -1,7 +1,6 @@ // Copyright (c) Microsoft. All rights reserved. using System.Threading; -using System.Threading.Tasks; using CopilotChat.WebApi.Auth; using CopilotChat.WebApi.Hubs; using CopilotChat.WebApi.Models.Response;