replace tabulate with simple helper (#37122)

This commit is contained in:
Adeeb Shihadeh
2026-02-07 18:27:16 -08:00
committed by GitHub
parent ac17c35cfe
commit 55a31d7657
7 changed files with 91 additions and 519 deletions

View File

@@ -3,7 +3,7 @@ import pytest
import time
import numpy as np
from dataclasses import dataclass
from tabulate import tabulate
from openpilot.common.utils import tabulate
import cereal.messaging as messaging
from cereal.services import SERVICE_LIST