liteusb: pep8 (E201)
This commit is contained in:
parent
4974fd6bc9
commit
ce0e818d66
|
@ -12,9 +12,7 @@ user_layout = EndpointDescription(
|
|||
packetized=True
|
||||
)
|
||||
|
||||
phy_layout = [
|
||||
("d", 8)
|
||||
]
|
||||
phy_layout = [("d", 8)]
|
||||
|
||||
|
||||
class LiteUSBPipe:
|
||||
|
|
Loading…
Reference in New Issue