Skip to content

Commit e7b3177

Browse files
committed
code cleanup
1 parent ae07b64 commit e7b3177

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

src/QAToolKit.Source.Swagger.Test/Fixtures/PetApi/Post/AddNewPetBody.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
using QAToolKit.Core.Models;
22
using QAToolKit.Source.Swagger.Test.Fixtures.PetApi.Get.Helpers;
3-
using System;
43
using System.Collections.Generic;
5-
using System.Text;
64

75
namespace QAToolKit.Source.Swagger.Test.Fixtures.PetApi.Post
86
{

src/QAToolKit.Source.Swagger.Test/Fixtures/PetApi/Post/AddNewPetResponse.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
using QAToolKit.Core.Models;
22
using QAToolKit.Source.Swagger.Test.Fixtures.PetApi.Get.Helpers;
3-
using System;
43
using System.Collections.Generic;
5-
using System.Text;
64

75
namespace QAToolKit.Source.Swagger.Test.Fixtures.PetApi.Post
86
{

src/QAToolKit.Source.Swagger.Test/HttpPostTests/PetApi/SwaggerProcessorAddNewPetTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using Microsoft.Extensions.Logging;
33
using Newtonsoft.Json;
44
using QAToolKit.Core.Models;
5-
using QAToolKit.Source.Swagger.Test.Fixtures.PetApi.Get;
65
using QAToolKit.Source.Swagger.Test.Fixtures.PetApi.Post;
76
using System;
87
using System.Collections.Generic;

0 commit comments

Comments
 (0)