From 6de42e3faf8efd4c3c1088c0a18356465cd5a68e Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sun, 1 Sep 2024 15:08:49 -0700 Subject: [PATCH] remove unused --- examples/joystick.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/joystick.py b/examples/joystick.py index 26bfa24e12..0167c8d201 100755 --- a/examples/joystick.py +++ b/examples/joystick.py @@ -10,7 +10,6 @@ from opendbc.car.structs import CarControl from opendbc.car.panda_runner import PandaRunner -from opendbc.car.can_definitions import CanData class Keyboard: def __init__(self):