mirror of https://github.com/astral-sh/ruff
Remove unused import (#3944)
This commit is contained in:
parent
b999e4b1e2
commit
ed4ecc3255
|
|
@ -12,8 +12,6 @@ use log::debug;
|
||||||
use path_absolutize::path_dedot;
|
use path_absolutize::path_dedot;
|
||||||
use rustc_hash::FxHashSet;
|
use rustc_hash::FxHashSet;
|
||||||
|
|
||||||
use ruff_python_stdlib::path::is_python_file;
|
|
||||||
|
|
||||||
use crate::fs;
|
use crate::fs;
|
||||||
use crate::settings::configuration::Configuration;
|
use crate::settings::configuration::Configuration;
|
||||||
use crate::settings::pyproject::settings_toml;
|
use crate::settings::pyproject::settings_toml;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue