diff --git a/conformance/results/pytype/annotations_coroutines.toml b/conformance/results/pytype/annotations_coroutines.toml index a9753184..a339ad0a 100644 --- a/conformance/results/pytype/annotations_coroutines.toml +++ b/conformance/results/pytype/annotations_coroutines.toml @@ -1,7 +1,4 @@ -conformant = "Partial" -notes = """ -Does not evaluate correct type for async function. -""" +conformant = "Pass" output = """ """ diff --git a/conformance/results/results.html b/conformance/results/results.html index e0377383..ccfee439 100644 --- a/conformance/results/results.html +++ b/conformance/results/results.html @@ -178,7 +178,7 @@
Does not evaluate correct type for async function.
Does not report error for a forward reference that is not enclosed in quotes.
Does not report error for use of quoted type with "|" operator (runtime error).
Incorrectly generates error for quoted type defined in class scope.