fix import error

pull/19767/head
Adeeb Shihadeh 2021-01-14 18:02:13 -08:00
parent e6478c6b35
commit 413e0fa40a
1 changed files with 2 additions and 2 deletions

View File

@ -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"