Run cargo fmt

This commit is contained in:
Charlie Marsh 2022-11-28 22:25:09 -05:00
parent ea73c717be
commit e8247e3ed9

View file

@ -169,9 +169,10 @@ fn add_noqa_inner(
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {
use std::collections::BTreeSet;
use nohash_hasher::IntMap; use nohash_hasher::IntMap;
use rustpython_parser::ast::Location; use rustpython_parser::ast::Location;
use std::collections::BTreeSet;
use crate::ast::types::Range; use crate::ast::types::Range;
use crate::checks::{Check, CheckKind}; use crate::checks::{Check, CheckKind};