Remove unused imports

This commit is contained in:
Charlie Marsh 2022-11-22 18:45:24 -05:00
parent b922e6ecc8
commit 10dcd5fd0a
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -120,7 +120,6 @@ fn add_noqa_inner(
#[cfg(test)]
mod tests {
use anyhow::Result;
use nohash_hasher::IntMap;
use rustpython_parser::ast::Location;