fix static analysis

old-commit-hash: 3f104f3fbd7af6e0d1b59377165e6ae0a347c744
This commit is contained in:
Justin Newberry
2024-02-21 11:26:49 -08:00
parent 13ec05e3f3
commit bc9ad2ab13

View File

@@ -10,7 +10,7 @@ os.environ['FILEREADER_CACHE'] = '1'
from openpilot.common.realtime import config_realtime_process, Ratekeeper, DT_CTRL
from openpilot.selfdrive.boardd.boardd import can_capnp_to_can_list
from openpilot.tools.lib.logreader import LogReader
from panda import Panda, PandaJungle
from panda import PandaJungle
# set both to cycle power or ignition
PWR_ON = int(os.getenv("PWR_ON", "0"))