We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61ab53 commit 80911e2Copy full SHA for 80911e2
1 file changed
crates/ruff/src/commands/format.rs
@@ -1284,7 +1284,6 @@ mod tests {
1284
use ruff_db::panic::catch_unwind;
1285
use ruff_linter::logging::DisplayParseError;
1286
use ruff_linter::source_kind::{SourceError, SourceKind};
1287
- use ruff_python_ast::PySourceType;
1288
use ruff_python_formatter::FormatModuleError;
1289
use ruff_python_parser::{ParseError, ParseErrorType};
1290
use ruff_text_size::{TextRange, TextSize};
0 commit comments