no PC anymore

This commit is contained in:
Adeeb Shihadeh 2024-08-27 12:05:03 -07:00
parent 39c64d44a1
commit 4e2624783f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import cereal.messaging as messaging
import openpilot.system.sentry as sentry
from openpilot.common.params import Params, ParamKeyType
from openpilot.common.text_window import TextWindow
from openpilot.system.hardware import HARDWARE, PC
from openpilot.system.hardware import HARDWARE
from openpilot.system.manager.helpers import unblock_stdout, write_onroad_params, save_bootlog
from openpilot.system.manager.process import ensure_running
from openpilot.system.manager.process_config import managed_processes