Remove unused import (#3944)

This commit is contained in:
Charlie Marsh 2023-04-11 23:55:38 -04:00 committed by GitHub
parent b999e4b1e2
commit ed4ecc3255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ use log::debug;
use path_absolutize::path_dedot;
use rustc_hash::FxHashSet;
use ruff_python_stdlib::path::is_python_file;
use crate::fs;
use crate::settings::configuration::Configuration;
use crate::settings::pyproject::settings_toml;