mirror of https://github.com/astral-sh/ruff
Remove unused imports
This commit is contained in:
parent
b922e6ecc8
commit
10dcd5fd0a
|
|
@ -113,7 +113,6 @@ pub fn extract_isort_exclusions(lxr: &[LexResult], locator: &SourceCodeLocator)
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use anyhow::Result;
|
||||
use nohash_hasher::IntMap;
|
||||
use rustpython_parser::lexer;
|
||||
use rustpython_parser::lexer::LexResult;
|
||||
|
|
|
|||
|
|
@ -120,7 +120,6 @@ fn add_noqa_inner(
|
|||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use anyhow::Result;
|
||||
use nohash_hasher::IntMap;
|
||||
use rustpython_parser::ast::Location;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue