diff --git a/src/Microsoft.ComponentDetection.Detectors/pip/SimplePipComponentDetector.cs b/src/Microsoft.ComponentDetection.Detectors/pip/SimplePipComponentDetector.cs index 088251532..83d758a94 100644 --- a/src/Microsoft.ComponentDetection.Detectors/pip/SimplePipComponentDetector.cs +++ b/src/Microsoft.ComponentDetection.Detectors/pip/SimplePipComponentDetector.cs @@ -10,7 +10,7 @@ namespace Microsoft.ComponentDetection.Detectors.Pip; using Microsoft.ComponentDetection.Contracts.TypedComponent; using Microsoft.Extensions.Logging; -public class SimplePipComponentDetector : FileComponentDetector, IExperimentalDetector +public class SimplePipComponentDetector : FileComponentDetector, IDefaultOffComponentDetector { private readonly IPythonCommandService pythonCommandService; private readonly ISimplePythonResolver pythonResolver;