No successful run was found on main (db493fb) during the generation of this report, so e0ca4b4 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.
refactor: delegate values() to _sorted_records()
Eliminate code duplication by having TableMixin.values() call
_sorted_records() instead of reimplementing the same list
comprehension logic.