Skip to content

Commit d4b190b

Browse files
committed
Remove @disjoint_base from UnaryExpr in stubs (re-added by generator)
1 parent a2406d3 commit d4b190b

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
@@ -2237,7 +2237,6 @@ class Term:
22372237
def __mul__(self, other: Incomplete, /) -> Incomplete: ...
22382238
def __ne__(self, other: object, /) -> bool: ...
22392239

2240-
@disjoint_base
22412240
class UnaryExpr(GenExpr):
22422241
def __init__(self, *args: Incomplete, **kwargs: Incomplete) -> None: ...
22432242
def __abs__(self) -> Incomplete: ...

0 commit comments

Comments
 (0)