Commit 6838a5f
authored
Conformance tests: change another empty body to
ty emits an error on this line but for the wrong reason (due to the fact that it implicitly returns `None`, which contradicts the return annotation), so the test is showing up as passing for us when it actually shouldn'traise NotImplementedError (#2197)1 parent e122f69 commit 6838a5f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments