Ruff: propgate config from OP (#1579)

This commit is contained in:
Justin Newberry
2023-08-14 12:52:02 -07:00
committed by GitHub
parent 05295dc42a
commit 4ea50fbb09
22 changed files with 30 additions and 60 deletions

View File

@@ -409,7 +409,7 @@ class Panda:
return usb_handle, usb_serial, bootstub, bcd
@classmethod
def list(cls):
def list(cls): # noqa: A003
ret = cls.usb_list()
ret += cls.spi_list()
return list(set(ret))