Skip to content

Commit fddc2dc

Browse files
reduce egraph repr
1 parent 7f7a52b commit fddc2dc

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
@@ -848,7 +848,7 @@ class EGraph:
848848
seminaive: InitVar[bool] = True
849849
save_egglog_string: InitVar[bool] = False
850850

851-
_state: EGraphState = field(init=False)
851+
_state: EGraphState = field(init=False, repr=False)
852852
# For pushing/popping with egglog
853853
_state_stack: list[EGraphState] = field(default_factory=list, repr=False)
854854
# For storing the global "current" egraph

0 commit comments

Comments
 (0)