Skip to content

Commit d50fb77

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/egg_smol/egraph.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,7 @@ def simplify(self, expr: EXPR, limit: int, *until: Fact) -> EXPR:
727727
"""
728728
return self._egraph._simplify(expr, limit, self, until)
729729

730+
730731
# We use these builders so that when creating these structures we can type check
731732
# if the arguments are the same type of expression
732733

0 commit comments

Comments
 (0)