PY-81679 reword inspection about too many unpacked tuples

(cherry picked from commit 4b13744dd7b9e7969f08042cf9eb662ad8899dd2)

IJ-MR-164905

GitOrigin-RevId: 31114c8ef89f7a058ba88da410eba8dbcb77db9d
This commit is contained in:
Pavel Karateev
2025-06-05 09:35:56 +00:00
committed by intellij-monorepo-bot
parent a67b146160
commit 997750ddad
2 changed files with 6 additions and 6 deletions
@@ -1209,7 +1209,7 @@ INSP.type.hints.expected.a.type=Expected a type
INSP.type.hints.metaclass.cannot.be.generic=Metaclass cannot be generic
INSP.type.hints.unbound.type.variable=Unbound type variable
INSP.type.hints.some.type.variables.are.used.by.an.outer.scope=Some type variables ({0}) are used by an outer scope
INSP.type.hints.at.most.one.unpacked.tuple=Type argument list can have at most one unpacked TypeVarTuple or tuple
INSP.type.hints.at.most.one.unpacked.tuple=Type argument list can have at most one unpacked TypeVarTuple or unbounded tuple
INSP.type.hints.cannot.use.covariant.in.function.param=Covariant type variable cannot be used in parameter type
INSP.type.hints.cannot.use.contravariant.in.return.type=Contravariant type variable cannot be used in function return type
QFIX.remove.function.annotations=Remove function annotations