mirror of https://github.com/astral-sh/ruff
fixup mangled rebase
This commit is contained in:
parent
d4f5e51c23
commit
949684677f
|
|
@ -1,7 +1,6 @@
|
||||||
use compact_str::{CompactString, ToCompactString};
|
use compact_str::{CompactString, ToCompactString};
|
||||||
use infer::nearest_enclosing_class;
|
use infer::nearest_enclosing_class;
|
||||||
use itertools::{Either, Itertools};
|
use itertools::Either;
|
||||||
use ruff_db::parsed::parsed_module;
|
|
||||||
|
|
||||||
use std::borrow::Cow;
|
use std::borrow::Cow;
|
||||||
use std::time::Duration;
|
use std::time::Duration;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue