Skip to content

Commit beb6769

Browse files
Removed Unnessasary usings
1 parent d6a99a4 commit beb6769

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/LCT.APICommunications/JfrogAqlApiCommunication.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@
66

77
using LCT.APICommunications.Interfaces;
88
using LCT.APICommunications.Model;
9-
using LCT.Common;
109
using System;
1110
using System.Collections.Generic;
1211
using System.Net.Http;
1312
using System.Net.Http.Headers;
1413
using System.Text;
1514
using System.Threading.Tasks;
16-
using static Microsoft.ApplicationInsights.MetricDimensionNames.TelemetryContext;
1715

1816
namespace LCT.APICommunications
1917
{

0 commit comments

Comments
 (0)