Skip to content

Commit

Permalink
Removed Unnessasary usings
Browse files Browse the repository at this point in the history
  • Loading branch information
ragavareddychalapala committed Jan 4, 2025
1 parent d6a99a4 commit beb6769
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/LCT.APICommunications/JfrogAqlApiCommunication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@

using LCT.APICommunications.Interfaces;
using LCT.APICommunications.Model;
using LCT.Common;
using System;
using System.Collections.Generic;
using System.Net.Http;
using System.Net.Http.Headers;
using System.Text;
using System.Threading.Tasks;
using static Microsoft.ApplicationInsights.MetricDimensionNames.TelemetryContext;

namespace LCT.APICommunications
{
Expand Down

0 comments on commit beb6769

Please sign in to comment.