prefer the shim as canonical

This commit is contained in:
Aria Desires
2025-07-17 13:21:55 -04:00
committed by David Peter
parent d0c4a2092c
commit ea1ac07e3b

View File

@@ -3064,8 +3064,8 @@ impl KnownClass {
| Self::ParamSpec
| Self::ParamSpecArgs
| Self::ParamSpecKwargs
| Self::Deprecated
| Self::NewType => KnownModule::TypingExtensions,
Self::Deprecated => KnownModule::Warnings,
Self::NoDefaultType => {
let python_version = Program::get(db).python_version(db);