You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test-data/unit/cmdline.test
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1099,7 +1099,7 @@ from queue import Queue
1099
1099
p: PathLike
1100
1100
q: Queue
1101
1101
[out]
1102
-
test.py:4: error: Missing type parameters for generic type "_PathLike"
1102
+
test.py:4: error: Missing type parameters for generic type "PathLike"
1103
1103
test.py:4: note: Subscripting classes that are not generic at runtime may require escaping, see https://mypy.readthedocs.io/en/latest/common_issues.html#not-generic-runtime
1104
1104
test.py:5: error: Missing type parameters for generic type "Queue"
1105
1105
test.py:5: note: Subscripting classes that are not generic at runtime may require escaping, see https://mypy.readthedocs.io/en/latest/common_issues.html#not-generic-runtime
0 commit comments