Skip to content

Commit eb59d0b

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

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
@@ -1852,7 +1852,7 @@ def run(ruleset: Ruleset | None = None, *until: FactLike, scheduler: BackOff | N
18521852
Thunk.fn(Declarations.create, ruleset, *facts),
18531853
RunDecl(
18541854
ruleset.__egg_name__ if ruleset else "",
1855-
tuple(f.fact for f in facts) or None,
1855+
tuple(f.fact for f in facts),
18561856
scheduler.scheduler if scheduler else None,
18571857
),
18581858
)

0 commit comments

Comments
 (0)