Skip to content

Commit 6387cfa

Browse files
committed
Remove @disjoint_base decorator from UnaryExpr
The @disjoint_base decorator was removed from the UnaryExpr class in the type stub, possibly to correct or update the class hierarchy or decorator usage.
1 parent 5896012 commit 6387cfa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pyscipopt/scip.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2162,7 +2162,6 @@ class Term:
21622162
def __lt__(self, other: object) -> bool: ...
21632163
def __ne__(self, other: object) -> bool: ...
21642164

2165-
@disjoint_base
21662165
class UnaryExpr(GenExpr):
21672166
def __init__(self, *args: Incomplete, **kwargs: Incomplete) -> None: ...
21682167

0 commit comments

Comments
 (0)