mirror of https://github.com/astral-sh/ruff
Run cargo fmt
This commit is contained in:
parent
ea73c717be
commit
e8247e3ed9
|
|
@ -169,9 +169,10 @@ fn add_noqa_inner(
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use std::collections::BTreeSet;
|
||||
|
||||
use nohash_hasher::IntMap;
|
||||
use rustpython_parser::ast::Location;
|
||||
use std::collections::BTreeSet;
|
||||
|
||||
use crate::ast::types::Range;
|
||||
use crate::checks::{Check, CheckKind};
|
||||
|
|
|
|||
Loading…
Reference in New Issue