mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-21 18:53:53 +08:00
Ruff: propgate config from OP (#1579)
This commit is contained in:
@@ -59,7 +59,7 @@ class PandaDFU:
|
||||
return handle
|
||||
|
||||
@staticmethod
|
||||
def list() -> List[str]:
|
||||
def list() -> List[str]: # noqa: A003
|
||||
ret = PandaDFU.usb_list()
|
||||
ret += PandaDFU.spi_list()
|
||||
return list(set(ret))
|
||||
|
||||
Reference in New Issue
Block a user