fix import error

pull/19767/head
Adeeb Shihadeh 4 years ago
parent e6478c6b35
commit 413e0fa40a
  1. 4
      selfdrive/debug/internal/can_replay.py

@ -12,9 +12,9 @@ from tools.lib.logreader import LogReader
from panda import Panda
try:
from panda_jungle import PandaJungle
from panda_jungle import PandaJungle # pylint: disable=import-error
except Exception:
PandaJungle = None # type: ignore
PandaJungle = None # type: ignore
ROUTE = "77611a1fac303767/2020-03-24--09-50-38"

Loading…
Cancel
Save