Commit e9040a2
committed
Fix ty error on assignment to an undeclared Wrapper attribute
ty 0.0.64 takes the `value: str` annotation of `Wrapper.__setattr__` into
account, and so reports assigning 0 to an attribute as `invalid-assignment`
instead of `unresolved-attribute`. Update the suppression accordingly, which
also silences the resulting unused-ignore-comment warning.1 parent dd4443d commit e9040a2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
0 commit comments