From 957304ec158b14744c4e527575fb1f47d780f399 Mon Sep 17 00:00:00 2001 From: Douglas Creager Date: Tue, 2 Dec 2025 15:40:43 -0500 Subject: [PATCH] mdlint --- crates/ty_python_semantic/resources/mdtest/deprecated.md | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/ty_python_semantic/resources/mdtest/deprecated.md b/crates/ty_python_semantic/resources/mdtest/deprecated.md index ceb1deacce..2231dac39f 100644 --- a/crates/ty_python_semantic/resources/mdtest/deprecated.md +++ b/crates/ty_python_semantic/resources/mdtest/deprecated.md @@ -329,6 +329,7 @@ from typing_extensions import overload def f(x: str): ... @overload def f(x: int): ... + # TODO: no error # (This is caused by a salsa cycle and how we union type inference results to avoid oscillations # during cycle handling.)