Skip to content

Commit c7f6715

Browse files
committed
style: format scip.pyi with ruff
Delete an extraneous blank line between the end of ExprLike and the @disjoint_base decorator/Expr class in src/pyscipopt/scip.pyi to tidy file formatting. No functional changes.
1 parent 27ff00f commit c7f6715

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
@@ -346,7 +346,6 @@ class ExprLike:
346346
def sin(self) -> GenExpr: ...
347347
def cos(self) -> GenExpr: ...
348348

349-
350349
@disjoint_base
351350
class Expr(ExprLike):
352351
terms: Incomplete

0 commit comments

Comments
 (0)