Commit 0c4ed31
committed
raises: remove redundant type annotation
Pyright complains:
Type annotation for "self" parameter of "__init__" method cannot
contain class-scoped type variables (reportInvalidTypeVarUse)
and I figure it's not needed since it's already the type of `self`.1 parent b42a5d2 commit 0c4ed31
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
588 | 588 | | |
589 | 589 | | |
590 | 590 | | |
591 | | - | |
| 591 | + | |
592 | 592 | | |
593 | 593 | | |
594 | 594 | | |
| |||
0 commit comments