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

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;