diff --git a/crates/ruff_cli/src/commands/run.rs b/crates/ruff_cli/src/commands/run.rs index bd0ddcb3d2..171a64d7c4 100644 --- a/crates/ruff_cli/src/commands/run.rs +++ b/crates/ruff_cli/src/commands/run.rs @@ -143,8 +143,7 @@ pub fn run( acc += item; acc }); - // TODO(chris): actually check the imports? - debug!("{:#?}", diagnostics.imports); + diagnostics.messages.sort_unstable(); let duration = start.elapsed(); debug!("Checked {:?} files in: {:?}", paths.len(), duration);