Commit 6b81682
committed
Fix __getnewargs__ return type to match widened term field
SetPredicate.__getnewargs__ return annotation used UnboundTerm,
but the field is now str | UnboundTerm. Widen the tuple type to match.1 parent a8726b6 commit 6b81682
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
716 | 716 | | |
717 | 717 | | |
718 | 718 | | |
719 | | - | |
| 719 | + | |
720 | 720 | | |
721 | 721 | | |
722 | 722 | | |
| |||
0 commit comments