mirror of https://github.com/astral-sh/ruff
clippy
This commit is contained in:
parent
3c8cd30a35
commit
cb211a8580
|
|
@ -1,6 +1,6 @@
|
|||
use compact_str::CompactString;
|
||||
use core::fmt;
|
||||
use ruff_db::diagnostic::{self, Diagnostic};
|
||||
use ruff_db::diagnostic::Diagnostic;
|
||||
use ruff_diagnostics::{Edit, Fix};
|
||||
use ruff_python_ast::token::{TokenKind, Tokens};
|
||||
use ruff_python_ast::whitespace::indentation;
|
||||
|
|
|
|||
Loading…
Reference in New Issue