From 961453f75e49b7d81ca1e7bfca4e03d0efc96d50 Mon Sep 17 00:00:00 2001 From: Aria Desires Date: Thu, 27 Nov 2025 09:45:27 -0500 Subject: [PATCH] fixup --- .../resources/mdtest/import/nonstandard_conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ty_python_semantic/resources/mdtest/import/nonstandard_conventions.md b/crates/ty_python_semantic/resources/mdtest/import/nonstandard_conventions.md index db939669fe..d1dfbbe409 100644 --- a/crates/ty_python_semantic/resources/mdtest/import/nonstandard_conventions.md +++ b/crates/ty_python_semantic/resources/mdtest/import/nonstandard_conventions.md @@ -883,7 +883,7 @@ x = funcmod(1) ## A Tale of Two Modules This is a nonsensical regression test for some incredibly cursed interaction in `ty` where we get -confused `mypackage.conflicted`. The worst part is that resolving an import +confused about `mypackage.conflicted`. The worst part is that resolving an import `from typing import ` is load-bearing, and `typing` seems to be special here. There is no known reason why `typing` should be special here.