[red-knot] Cleanup various todo_type!() messages (#15063)

Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
Alex Waygood
2024-12-19 13:03:41 +00:00
committed by GitHub
parent 596d80cc8e
commit 40cba5dc8a
4 changed files with 52 additions and 62 deletions

View File

@@ -17,5 +17,5 @@ class Manager:
async def test():
async with Manager() as f:
reveal_type(f) # revealed: @Todo(async with statement)
reveal_type(f) # revealed: @Todo(async `with` statement)
```