Skip to content

Commit 4892a64

Browse files
committed
remove un wanted using
1 parent ce5f7e6 commit 4892a64

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Source/FikaAmazonAPI.SampleCode/ProductPricingSample.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
using FikaAmazonAPI.Parameter.ProductPricing;
22
using FikaAmazonAPI.Utils;
3-
using System;
4-
using System.Collections.Generic;
5-
using System.Linq;
6-
using System.Text;
7-
using System.Threading.Tasks;
83
using static FikaAmazonAPI.Utils.Constants;
94

105
namespace FikaAmazonAPI.SampleCode
@@ -88,7 +83,7 @@ public async Task GetItemOffersBatch()
8883
});
8984

9085
;
91-
86+
9287
}
9388

9489

0 commit comments

Comments
 (0)