Skip to content

Commit

Permalink
unnessasary
Browse files Browse the repository at this point in the history
  • Loading branch information
ragavareddychalapala committed Jan 4, 2025
1 parent b461694 commit a03c1c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions src/AritfactoryUploader.UTest/PackageUploadHelperTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,7 @@ public async Task GetSrcRepoDetailsForPyPiOrConanPackages_WhenPypiRepoExists_Ret
Name = Dataconstant.Cdx_ArtifactoryRepoName,
Value = "Reponame"
};
List<Property> properties = new List<Property>() { repoNameProperty };
await Task.Delay(5000);
List<Property> properties = new List<Property>() { repoNameProperty };
var item = new Component
{
Purl = "pypi://example-package",
Expand Down
2 changes: 0 additions & 2 deletions src/LCT.PackageIdentifier/PythonProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
using System.Net;
using System.Reflection;
using System.Threading.Tasks;
using System.Xml.Linq;
using Tommy;
using static Microsoft.ApplicationInsights.MetricDimensionNames.TelemetryContext;
using Component = CycloneDX.Models.Component;

namespace LCT.PackageIdentifier
Expand Down

0 comments on commit a03c1c1

Please sign in to comment.