Skip to content

Commit 4cb6599

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d98b958 commit 4cb6599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/egglog/egraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1883,7 +1883,7 @@ def run(ruleset: Ruleset | None = None, *until: FactLike, scheduler: BackOff | N
18831883
Thunk.fn(Declarations.create, ruleset, *facts),
18841884
RunDecl(
18851885
ruleset.__egg_ident__ if ruleset else Ident(""),
1886-
tuple(f.fact for f in facts) or None,
1886+
tuple(f.fact for f in facts),
18871887
scheduler.scheduler if scheduler else None,
18881888
),
18891889
)

0 commit comments

Comments
 (0)