[ty] Remove Type::Tuple (#19669)

This commit is contained in:
Alex Waygood 2025-08-11 22:03:32 +01:00 committed by GitHub
parent 2abd683376
commit d2fbf2af8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 1189 additions and 1225 deletions

View file

@ -222,7 +222,6 @@ impl<'db> Completion<'db> {
// "struct" here as a more general "object." ---AG
Type::NominalInstance(_)
| Type::PropertyInstance(_)
| Type::Tuple(_)
| Type::BoundSuper(_)
| Type::TypedDict(_) => CompletionKind::Struct,
Type::IntLiteral(_)