diff options
author | crupest <crupest@outlook.com> | 2021-04-30 18:13:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-30 18:13:18 +0800 |
commit | 854ea0588458f73490b9e79e9d1f41e175452c92 (patch) | |
tree | 316de1c67ae54ec3d11900c6f9273f5b1f3f6c0a /BackEnd/Timeline/Swagger | |
parent | c2998e5833da46bbe5539bb4ce49fb3f10867a1d (diff) | |
download | timeline-854ea0588458f73490b9e79e9d1f41e175452c92.tar.gz timeline-854ea0588458f73490b9e79e9d1f41e175452c92.tar.bz2 timeline-854ea0588458f73490b9e79e9d1f41e175452c92.zip |
chore: Clean codes.
Diffstat (limited to 'BackEnd/Timeline/Swagger')
-rw-r--r-- | BackEnd/Timeline/Swagger/DocumentDescriptionDocumentProcessor.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BackEnd/Timeline/Swagger/DocumentDescriptionDocumentProcessor.cs b/BackEnd/Timeline/Swagger/DocumentDescriptionDocumentProcessor.cs index a3452cea..fd2be64d 100644 --- a/BackEnd/Timeline/Swagger/DocumentDescriptionDocumentProcessor.cs +++ b/BackEnd/Timeline/Swagger/DocumentDescriptionDocumentProcessor.cs @@ -5,7 +5,6 @@ using System.Collections.Generic; using System.Linq;
using System.Reflection;
using System.Text;
-using Timeline.Models.Http;
namespace Timeline.Swagger
{
|