We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ef527 commit 82936aaCopy full SHA for 82936aa
src/providers/python.rs
@@ -69,9 +69,7 @@ impl PackageManager {
69
"pipenv" => Self::Specified(PackageManagerType::Pipenv),
70
"skip" => Self::Skip,
71
_ => {
72
- eprintln!(
73
- "Warning: Unknown package manager '{s}'. Using auto-detection.",
74
- );
+ eprintln!("Warning: Unknown package manager '{s}'. Using auto-detection.",);
75
Self::Auto
76
}
77
})
0 commit comments