You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/ty_python_semantic/resources/mdtest/snapshots/assignment_diagnosti…_-_Subscript_assignment…_-_Possibly_missing_`__…_(efd3f0c02e9b89e9).snap
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ error[invalid-assignment]: Cannot assign to a subscript on an object of type `No
27
27
| ^^^^^^^^^^^^^^^^^
28
28
|
29
29
info: The full type of the subscripted object is `dict[str, int] |None`
30
-
help: `None` does not have a `__setitem__` method.
30
+
info: `None` does not have a `__setitem__` method.
31
31
info: rule `invalid-assignment` is enabled by default
0 commit comments