mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 13:51:16 +00:00
[ty] Remove Type::Tuple
(#19669)
This commit is contained in:
parent
2abd683376
commit
d2fbf2af8f
27 changed files with 1189 additions and 1225 deletions
|
@ -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(_)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue