diff options
author | crupest <crupest@outlook.com> | 2020-11-13 16:17:17 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-11-13 16:17:17 +0800 |
commit | 79673878b5427bbedbc4ff4323dce3958d307b49 (patch) | |
tree | 9750c3e57d803efaa65a13c9c47886746d77d721 /BackEnd/Timeline/Swagger/DocumentDescriptionDocumentProcessor.cs | |
parent | ede745d500d87ce257b117e98202e92890dc1cfe (diff) | |
download | timeline-79673878b5427bbedbc4ff4323dce3958d307b49.tar.gz timeline-79673878b5427bbedbc4ff4323dce3958d307b49.tar.bz2 timeline-79673878b5427bbedbc4ff4323dce3958d307b49.zip |
Run code clean.
Diffstat (limited to 'BackEnd/Timeline/Swagger/DocumentDescriptionDocumentProcessor.cs')
-rw-r--r-- | BackEnd/Timeline/Swagger/DocumentDescriptionDocumentProcessor.cs | 2 |
1 files changed, 0 insertions, 2 deletions
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
|