Skip to content

Commit 5b2b1d1

Browse files
Apply suggestion from @AlexWaygood
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent 8e8e34c commit 5b2b1d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/ty_python_semantic/resources/mdtest/attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ reveal_type(C().w) # revealed: Unknown | Weird
259259
#### Nested augmented assignments after narrowing
260260

261261
```py
262-
from unknown_module import unknown # type: ignore
262+
from unknown_module import unknown # error: [unresolved-import]
263263

264264
class Inner:
265265
value: int = 0

0 commit comments

Comments
 (0)