From 79673878b5427bbedbc4ff4323dce3958d307b49 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 13 Nov 2020 16:17:17 +0800 Subject: Run code clean. --- BackEnd/Timeline/Swagger/DocumentDescriptionDocumentProcessor.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'BackEnd/Timeline/Swagger/DocumentDescriptionDocumentProcessor.cs') diff --git a/BackEnd/Timeline/Swagger/DocumentDescriptionDocumentProcessor.cs b/BackEnd/Timeline/Swagger/DocumentDescriptionDocumentProcessor.cs index dc5ddd96..a3452cea 100644 --- a/BackEnd/Timeline/Swagger/DocumentDescriptionDocumentProcessor.cs +++ b/BackEnd/Timeline/Swagger/DocumentDescriptionDocumentProcessor.cs @@ -1,12 +1,10 @@ using NSwag.Generation.Processors; using NSwag.Generation.Processors.Contexts; using System; -using System.Collections; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; -using System.Threading.Tasks; using Timeline.Models.Http; namespace Timeline.Swagger -- cgit v1.2.3