From 7fd131e01c0831a1c1789d3a0ca30e20028827e5 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 16 Feb 2026 11:00:12 -0800 Subject: [PATCH] mem_usage.py: switch to our tabulate --- selfdrive/debug/mem_usage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/debug/mem_usage.py b/selfdrive/debug/mem_usage.py index 9bed566e1..3451bfc3d 100755 --- a/selfdrive/debug/mem_usage.py +++ b/selfdrive/debug/mem_usage.py @@ -4,8 +4,8 @@ import os from collections import defaultdict import numpy as np -from tabulate import tabulate +from openpilot.common.utils import tabulate from openpilot.tools.lib.logreader import LogReader DEMO_ROUTE = "a2a0ccea32023010|2023-07-27--13-01-19"