Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96446c commit 1cd6dc9Copy full SHA for 1cd6dc9
1 file changed
test-data/unit/semanal-errors.test
@@ -1440,5 +1440,5 @@ TP2: int = ParamSpec('TP2') # E: Cannot declare the type of a parameter specifi
1440
[case testBaseClassAnnotatedWithoutArgs]
1441
# https://github.com/python/mypy/issues/11808
1442
from typing_extensions import Annotated
1443
-# Nest line should not crash:
+# Next line should not crash:
1444
class A(Annotated): pass # E: Annotated[...] must have exactly one type argument and at least one annotation
0 commit comments