Skip to content

Commit

Permalink
Removed simplepip from defaultoff (#806)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omotola committed Sep 27, 2023
1 parent 4e87493 commit 05cf44a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Microsoft.ComponentDetection.Detectors.Pip;
using Microsoft.ComponentDetection.Contracts.TypedComponent;
using Microsoft.Extensions.Logging;

public class SimplePipComponentDetector : FileComponentDetector, IDefaultOffComponentDetector
public class SimplePipComponentDetector : FileComponentDetector, IExperimentalDetector
{
private readonly IPythonCommandService pythonCommandService;
private readonly ISimplePythonResolver pythonResolver;
Expand Down

0 comments on commit 05cf44a

Please sign in to comment.