Skip to content

Commit 95a3322

Browse files
committed
removed inexistent and unused import
1 parent a8b0ff7 commit 95a3322

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

modules/swagger-codegen/src/main/resources/aspnetcore/3.0/Startup.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ using Newtonsoft.Json.Serialization;
1414
using Swashbuckle.AspNetCore.Swagger;
1515
using Swashbuckle.AspNetCore.SwaggerGen;
1616
using {{packageName}}.Filters;
17-
using {{packageName}}.Security;
1817

1918
namespace {{packageName}}
2019
{

modules/swagger-codegen/src/main/resources/aspnetcore/3.0/controller.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ using Swashbuckle.AspNetCore.SwaggerGen;
77
using Newtonsoft.Json;
88
using System.ComponentModel.DataAnnotations;
99
using {{packageName}}.Attributes;
10-
using {{packageName}}.Security;
1110
using Microsoft.AspNetCore.Authorization;
1211
using {{modelPackage}};
1312

0 commit comments

Comments
 (0)