From 535e7f2d373d5164a17a22f3ca0c2f33bf2957bc Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Fri, 12 Sep 2025 13:28:43 -0700 Subject: [PATCH] No-op change to trigger CI --- crates/ty_python_semantic/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/ty_python_semantic/src/types.rs b/crates/ty_python_semantic/src/types.rs index e5256ec9c3..9cfa01aece 100644 --- a/crates/ty_python_semantic/src/types.rs +++ b/crates/ty_python_semantic/src/types.rs @@ -1,3 +1,4 @@ +/// No-op change. use infer::nearest_enclosing_class; use itertools::{Either, Itertools}; use ruff_db::parsed::parsed_module;