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 | b635b4453756d9a33c173c9b9f2ae0ab7c830d3b (patch) | |
tree | dfb4dd690704e887e3609265e6a652fe7ccea218 /BackEnd/Timeline/Swagger/DocumentDescriptionDocumentProcessor.cs | |
parent | a033b5b1511890f09faf3cdec59763aa8618e617 (diff) | |
download | timeline-b635b4453756d9a33c173c9b9f2ae0ab7c830d3b.tar.gz timeline-b635b4453756d9a33c173c9b9f2ae0ab7c830d3b.tar.bz2 timeline-b635b4453756d9a33c173c9b9f2ae0ab7c830d3b.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
|