diff --git a/crates/ty_python_semantic/src/types.rs b/crates/ty_python_semantic/src/types.rs index 9c1249410a..a4fb55863c 100644 --- a/crates/ty_python_semantic/src/types.rs +++ b/crates/ty_python_semantic/src/types.rs @@ -1,7 +1,6 @@ use compact_str::{CompactString, ToCompactString}; use infer::nearest_enclosing_class; -use itertools::{Either, Itertools}; -use ruff_db::parsed::parsed_module; +use itertools::Either; use std::borrow::Cow; use std::time::Duration;