Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 29, 2025
1 parent 4a1e1fe commit fd97e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/egglog/egraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,7 @@ def saturate(
*,
expr: Expr | None = None,
max: int = 1000,
visualize = True,
visualize=True,
**kwargs: Unpack[GraphvizKwargs],
) -> None:
"""
Expand Down

0 comments on commit fd97e97

Please sign in to comment.