diff --git a/crates/ty_python_semantic/src/types/instance.rs b/crates/ty_python_semantic/src/types/instance.rs index 9e674065b9..9322edfbfb 100644 --- a/crates/ty_python_semantic/src/types/instance.rs +++ b/crates/ty_python_semantic/src/types/instance.rs @@ -720,7 +720,7 @@ impl<'db> ProtocolInstanceType<'db> { _value: ProtocolInstanceType<'db>, _: (), ) -> bool { - true + false } is_equivalent_to_object_inner(db, self, ())