[red-knot] Format mdtest Python snippets more concisely (#13905)
This commit is contained in:
@@ -25,7 +25,6 @@ reveal_type(b) # revealed: Unknown
|
||||
```py
|
||||
def int_instance() -> int: ...
|
||||
|
||||
|
||||
a = "abcde"[int_instance()]
|
||||
# TODO: Support overloads... Should be `str`
|
||||
reveal_type(a) # revealed: @Todo
|
||||
|
||||
Reference in New Issue
Block a user