Skip to content

Commit 78bc324

Browse files
Update python/egglog/egraph.py
Co-authored-by: Copilot <[email protected]>
1 parent 639f953 commit 78bc324

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
@@ -909,7 +909,7 @@ def _run_schedule(self, schedule: Schedule) -> bindings.RunReport:
909909
assert isinstance(command_output, bindings.RunScheduleOutput)
910910
return command_output.report
911911

912-
def run_report(self) -> RunReport:
912+
def run_report(self) -> bindings.RunReport:
913913
"""
914914
Returns the overall run report for the egraph.
915915
"""

0 commit comments

Comments
 (0)