diff --git a/tests/usbprotocol/test_comms.py b/tests/usbprotocol/test_comms.py index fc97d7ddda..b7e6801380 100644 --- a/tests/usbprotocol/test_comms.py +++ b/tests/usbprotocol/test_comms.py @@ -25,8 +25,7 @@ def random_can_messages(n, bus=None): class TestPandaComms: - def setup_method(self): - self.my_id = None + my_id = None def test_tx_queues(self): ffi = libpanda_py.gen_new_ffi()