Skip to content

Commit 732ea74

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 07a943e commit 732ea74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/egglog/bindings.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ class FunctionDecl:
264264
schema: Schema,
265265
default: _Expr | None = None,
266266
merge: _Expr | None = None,
267-
merge_action: list[_Action] = [], # noqa: B006
267+
merge_action: list[_Action] = [],
268268
cost: int | None = None,
269269
unextractable: bool = False,
270270
ignore_viz: bool = False,
@@ -298,7 +298,7 @@ class Rewrite:
298298
rhs: _Expr
299299
conditions: list[_Fact]
300300

301-
def __init__(self, span: Span, lhs: _Expr, rhs: _Expr, conditions: list[_Fact] = []) -> None: ... # noqa: B006
301+
def __init__(self, span: Span, lhs: _Expr, rhs: _Expr, conditions: list[_Fact] = []) -> None: ...
302302

303303
@final
304304
class RunConfig:

0 commit comments

Comments
 (0)