Skip to content

Commit 78bc324

Browse files
Update python/egglog/egraph.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 639f953 commit 78bc324

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)